EarlyDeviceRelease 功能

public class EarlyDeviceReleaseFeature
extends Object implements IRemoteScheduledListenersFeature, ITestInformationReceiver

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)
void setTestInformation(TestInformation testInformation)

欄位

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

公用建構函式

EarlyDeviceRelease 功能

public EarlyDeviceReleaseFeature ()

公用方法

執行

public FeatureResponse execute (FeatureRequest featureRequest)

根據要求傳回 FeatureResponse

參數
featureRequest FeatureRequest

傳回
FeatureResponse

getListener

public  getListeners ()

傳回

getName

public String getName ()

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

傳回
String

getTestInformation

public TestInformation getTestInformation ()

傳回
TestInformation

setListener

public void setListeners ( listeners)

參數
listeners

setTestInformation

public void setTestInformation (TestInformation testInformation)

參數
testInformation TestInformation