Tính năng chụp ảnh nhanh trên thiết bị
public
class
DeviceSnapshotFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.device.internal.DeviceSnapshotFeature |
Triển khai ảnh chụp nhanh thiết bị phía máy chủ.
Tóm tắt
Trường | |
---|---|
public
static
final
String |
DEVICE_NAME
|
public
static
final
String |
DEVICE_SNAPSHOT_FEATURE_NAME
|
public
static
final
String |
RESTORE_FLAG
|
public
static
final
String |
SNAPSHOT_ID
|
Hàm khởi tạo công khai | |
---|---|
DeviceSnapshotFeature()
|
Phương thức công khai | |
---|---|
FeatureResponse
|
execute(FeatureRequest request)
Trả về |
String
|
getName()
Tên tính năng. |
TestInformation
|
getTestInformation()
|
void
|
setConfiguration(IConfiguration configuration)
Chèn |
void
|
setTestInformation(TestInformation testInformation)
|
Trường
THIẾT BỊ_TÊN
public static final String DEVICE_NAME
THIẾT BỊ_SNAPSHOT_FEATURE_NAME
public static final String DEVICE_SNAPSHOT_FEATURE_NAME
CỬA_THIỆN_CỜ
public static final String RESTORE_FLAG
Mã SNAPSHOT
public static final String SNAPSHOT_ID
Hàm khởi tạo công khai
Tính năng chụp ảnh nhanh trên thiết bị
public DeviceSnapshotFeature ()
Phương thức công khai
thực hiện
public FeatureResponse execute (FeatureRequest request)
Trả về FeatureResponse
dựa trên yêu cầu.
Tham số | |
---|---|
request |
FeatureRequest |
Giá trị trả về | |
---|---|
FeatureResponse |
getName
public String getName ()
Tên tính năng. Phải khớp với FeatureRequest#getName()
.
Giá trị trả về | |
---|---|
String |
Cấu hình đặt
public void setConfiguration (IConfiguration configuration)
Chèn IConfiguration
đang sử dụng.
Tham số | |
---|---|
configuration |
IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
Tham số | |
---|---|
testInformation |
TestInformation |