Función de lanzamiento anticipado del dispositivo

public class EarlyDeviceReleaseFeature
extends Object implements ITestInformationReceiver , IRemoteScheduledListenersFeature

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


Implementación del servidor de funciones para el lanzamiento temprano del dispositivo.

Resumen

Campos

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

Constructores públicos

EarlyDeviceReleaseFeature ()

Métodos públicos

FeatureResponse execute (FeatureRequest featureRequest)

Devuelve una FeatureResponse basada en la solicitud.

getListeners ()
String getName ()

Nombre de la característica.

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

Campos

EARLY_DEVICE_RELEASE_FEATURE_NAME

public static final String EARLY_DEVICE_RELEASE_FEATURE_NAME

Constructores públicos

Función de lanzamiento anticipado del dispositivo

public EarlyDeviceReleaseFeature ()

Métodos públicos

ejecutar

public FeatureResponse execute (FeatureRequest featureRequest)

Devuelve una FeatureResponse basada en la solicitud.

Parámetros
featureRequest FeatureRequest

Devoluciones
FeatureResponse

obtener oyentes

public  getListeners ()

Devoluciones

obtenerNombre

public String getName ()

Nombre de la característica. Debe coincidir con FeatureRequest#getName() .

Devoluciones
String

obtener información de prueba

public TestInformation getTestInformation ()

Devoluciones
TestInformation

establecer oyentes

public void setListeners ( listeners)

Parámetros
listeners

establecer información de prueba

public void setTestInformation (TestInformation testInformation)

Parámetros
testInformation TestInformation