EarlyDeviceReleaseFeature

public class EarlyDeviceReleaseFeature
extends Object implements IRemoteScheduledListenersFeature, ITestInformationReceiver

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


הטמעה של שרת תכונות לגרסה מוקדמת של מכשיר.

סיכום

ערכים קבועים

String EARLY_DEVICE_RELEASE_FEATURE_NAME

‫Constructors ציבוריים

EarlyDeviceReleaseFeature()

‫methods ציבוריים

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"

‫constructors ציבוריים

EarlyDeviceReleaseFeature

public EarlyDeviceReleaseFeature ()

‫methods ציבוריים

להריץ

public FeatureResponse execute (FeatureRequest featureRequest)

מחזירה את הערך FeatureResponse על סמך הבקשה.

פרמטרים
featureRequest FeatureRequest

החזרות
FeatureResponse

getListeners

public List<ICommandScheduler.IScheduledInvocationListener> getListeners ()

החזרות
List<ICommandScheduler.IScheduledInvocationListener>

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