EarlyDeviceReleaseFeature

public class EarlyDeviceReleaseFeature
extends Object implements IRemoteScheduledListenersFeature, ITestInformationReceiver

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


Implementacja serwera funkcji wczesnego udostępniania urządzeń.

Podsumowanie

Stałe

String EARLY_DEVICE_RELEASE_FEATURE_NAME

Konstruktory publiczne

EarlyDeviceReleaseFeature()

Metody publiczne

FeatureResponse execute(FeatureRequest featureRequest)

Zwraca FeatureResponse na podstawie żądania.

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

Nazwa funkcji.

TestInformation getTestInformation()
void setListeners(List<ICommandScheduler.IScheduledInvocationListener> listeners)
void setTestInformation(TestInformation testInformation)

Stałe

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

Wartość stała: "earlyDeviceRelease"

Konstruktory publiczne

EarlyDeviceReleaseFeature

public EarlyDeviceReleaseFeature ()

Metody publiczne

execute

public FeatureResponse execute (FeatureRequest featureRequest)

Zwraca FeatureResponse na podstawie żądania.

Parametry
featureRequest FeatureRequest

Zwraca
FeatureResponse

getName

public String getName ()

Nazwa funkcji. Musi pasować do FeatureRequest.getName().

Zwraca
String

getTestInformation

public TestInformation getTestInformation ()

Zwraca
TestInformation

setListeners

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

Parametry
listeners List

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parametry
testInformation TestInformation