CuttlefishDisplayFeature
public
class
CuttlefishDisplayFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.device.internal.CuttlefishDisplayFeature |
Cuttlefish ekran özellikleriyle etkileşim kurmak için Tradefed sunucu uygulaması (yerel olarak etkili bir şekilde "cvd display").
Özet
Sabitler | |
|---|---|
String |
ARG_DEVICE_NAME
|
String |
ARG_DISPLAY_REQUEST_PROTO
|
String |
CUTTLEFISH_DISPLAY_FEATURE_NAME
|
Herkese açık oluşturucular | |
|---|---|
CuttlefishDisplayFeature()
|
|
Herkese açık yöntemler | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
İsteğe bağlı olarak |
String
|
getName()
Özelliğin adı. |
TestInformation
|
getTestInformation()
|
void
|
setConfiguration(IConfiguration configuration)
Kullanımdaki |
void
|
setTestInformation(TestInformation testInformation)
|
Sabitler
ARG_DEVICE_NAME
public static final String ARG_DEVICE_NAME
Sabit Değer: "device_name"
ARG_DISPLAY_REQUEST_PROTO
public static final String ARG_DISPLAY_REQUEST_PROTO
Sabit Değer: "display_request_proto"
CUTTLEFISH_DISPLAY_FEATURE_NAME
public static final String CUTTLEFISH_DISPLAY_FEATURE_NAME
Sabit Değer: "cuttlefishDisplay"
Herkese açık oluşturucular
CuttlefishDisplayFeature
public CuttlefishDisplayFeature ()
Herkese açık yöntemler
execute
public FeatureResponse execute (FeatureRequest request)
İsteğe bağlı olarak FeatureResponse döndürür.
| Parametreler | |
|---|---|
request |
FeatureRequest |
| İadeler | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Özelliğin adı. FeatureRequest.getName() ile eşleşmelidir.
| İadeler | |
|---|---|
String |
|
setConfiguration
public void setConfiguration (IConfiguration configuration)
Kullanımdaki IConfiguration örneğini ekler.
| Parametreler | |
|---|---|
configuration |
IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parametreler | |
|---|---|
testInformation |
TestInformation |