Dọn dẹp thiết bị

public class DeviceCleaner
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetOutcomer
     ↳ com.android.tradefed.targetprep.DeviceCleaner


Thực hiện khởi động lại hoặc định dạng dưới dạng thao tác dọn dẹp sau khi kiểm thử và tắt màn hình (không bắt buộc)

Tóm tắt

Hàm khởi tạo công khai

DeviceCleaner()

Phương thức công khai

void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

Phương thức được bảo vệ

void clean(ITestDevice device)

Thực thi thao tác dọn dẹp, sau đó là thao tác sau khi dọn dẹp

Hàm khởi tạo công khai

Dọn dẹp thiết bị

public DeviceCleaner ()

Phương thức công khai

thiết lập

public void setUp (TestInformation testInfo)

Tham số
testInfo TestInformation

Gửi
BuildError
DeviceNotAvailableException
TargetSetupError

xé hình

public void tearDown (TestInformation testInfo, 
                Throwable e)

Tham số
testInfo TestInformation

e Throwable

Gửi
DeviceNotAvailableException

Phương thức được bảo vệ

dọn sạch

protected void clean (ITestDevice device)

Thực thi thao tác dọn dẹp, sau đó là thao tác sau khi dọn dẹp

Tham số
device ITestDevice

Gửi
DeviceNotAvailableException