CuttlefishDisplayFeature
public
class
CuttlefishDisplayFeature
extends Object
implements
IConfigurationReceiver,
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.device.internal.CuttlefishDisplayFeature |
Cuttlefish 디스플레이 기능과 상호작용하는 Tradefed 서버 구현 (사실상 로컬로 `cvd display`).
요약
상수 | |
|---|---|
String |
ARG_DEVICE_NAME
|
String |
ARG_DISPLAY_REQUEST_PROTO
|
String |
CUTTLEFISH_DISPLAY_FEATURE_NAME
|
공개 생성자 | |
|---|---|
CuttlefishDisplayFeature()
|
|
공개 메서드 | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
요청에 따라 |
String
|
getName()
기능의 이름입니다. |
TestInformation
|
getTestInformation()
|
void
|
setConfiguration(IConfiguration configuration)
사용 중인 |
void
|
setTestInformation(TestInformation testInformation)
|
상수
ARG_DEVICE_NAME
public static final String ARG_DEVICE_NAME
상수 값: 'device_name'
ARG_DISPLAY_REQUEST_PROTO
public static final String ARG_DISPLAY_REQUEST_PROTO
상수 값: "display_request_proto"
CUTTLEFISH_DISPLAY_FEATURE_NAME
public static final String CUTTLEFISH_DISPLAY_FEATURE_NAME
상수 값: 'cuttlefishDisplay'
공개 생성자
CuttlefishDisplayFeature
public CuttlefishDisplayFeature ()
공개 메서드
execute
public FeatureResponse execute (FeatureRequest request)
요청에 따라 FeatureResponse를 반환합니다.
| 매개변수 | |
|---|---|
request |
FeatureRequest |
| 반환 | |
|---|---|
FeatureResponse |
|
setConfiguration
public void setConfiguration (IConfiguration configuration)
사용 중인 IConfiguration을 삽입합니다.
| 매개변수 | |
|---|---|
configuration |
IConfiguration |
setTestInformation
public void setTestInformation (TestInformation testInformation)
| 매개변수 | |
|---|---|
testInformation |
TestInformation |