EarlyDeviceReleaseFeature

public class EarlyDeviceReleaseFeature
extends Object implements IRemoteScheduledListenersFeature, ITestInformationReceiver

java.lang.Object
   ↳ com.android.tradefed.device.internal.EarlyDeviceReleaseFeature


為早期發布的裝置實作功能伺服器。

摘要

常數

String EARLY_DEVICE_RELEASE_FEATURE_NAME

公用建構函式

EarlyDeviceReleaseFeature()

公用方法

FeatureResponse execute(FeatureRequest featureRequest)

根據要求傳回 FeatureResponse

getListeners()
String getName()

功能名稱。

TestInformation getTestInformation()
void setListeners( listeners)
void setTestInformation(TestInformation testInformation)

常數

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

常數值: "earlyDeviceRelease"

公用建構函式

EarlyDeviceReleaseFeature

public EarlyDeviceReleaseFeature ()

公用方法

執行

public FeatureResponse execute (FeatureRequest featureRequest)

根據要求傳回 FeatureResponse

參數
featureRequest FeatureRequest

傳回
FeatureResponse

getListeners

public  getListeners ()

傳回

getName

public String getName ()

功能名稱。必須與 FeatureRequest.getName() 相符。

傳回
String

getTestInformation

public TestInformation getTestInformation ()

傳回
TestInformation

setListeners

public void setListeners ( listeners)

參數
listeners

setTestInformation

public void setTestInformation (TestInformation testInformation)

參數
testInformation TestInformation