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 を返します。

List<ICommandScheduler.IScheduledInvocationListener> getListeners()
String getName()

機能の名前。

TestInformation getTestInformation()
void setListeners(List<ICommandScheduler.IScheduledInvocationListener> 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

getName

public String getName ()

機能の名前。FeatureRequest.getName() と一致する必要があります。

戻り値
String

getTestInformation

public TestInformation getTestInformation ()

戻り値
TestInformation

setListeners

public void setListeners (List<ICommandScheduler.IScheduledInvocationListener> listeners)

パラメータ
listeners List

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメータ
testInformation TestInformation