早期設備發布功能

public class EarlyDeviceReleaseFeature
extends Object implements ITestInformationReceiver , IRemoteScheduledListenersFeature

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


用於早期設備發布的功能服務器實現。

概括

領域

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

公共構造函數

EarlyDeviceReleaseFeature ()

公共方法

FeatureResponse execute (FeatureRequest featureRequest)

根據請求返回一個FeatureResponse

getListeners ()
String getName ()

特徵的名稱。

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

領域

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

公共構造函數

早期設備發布功能

public EarlyDeviceReleaseFeature ()

公共方法

執行

public FeatureResponse execute (FeatureRequest featureRequest)

根據請求返回一個FeatureResponse

參數
featureRequest FeatureRequest

退貨
FeatureResponse

獲取監聽器

public  getListeners ()

退貨

獲取名稱

public String getName ()

特徵的名稱。必須匹配FeatureRequest#getName()

退貨
String

獲取測試信息

public TestInformation getTestInformation ()

退貨
TestInformation

設置監聽器

public void setListeners ( listeners)

參數
listeners

設置測試信息

public void setTestInformation (TestInformation testInformation)

參數
testInformation TestInformation