UiAutomatorTest.LoggingOption

public static final enum UiAutomatorTest.LoggingOption
extends Enum<UiAutomatorTest.LoggingOption>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.testtype.UiAutomatorTest.LoggingOption>
     ↳ com.android.tradefed.testtype.UiAutomatorTest.LoggingOption


Resumen

Enum. de valores

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

Métodos públicos

static UiAutomatorTest.LoggingOption valueOf(String name)
static final LoggingOption[] values()

Enum. de valores

AFTER_FAILURE

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

AFTER_TEST

public static final UiAutomatorTest.LoggingOption AFTER_TEST

APAGADO

public static final UiAutomatorTest.LoggingOption OFF

Métodos públicos

valueOf

public static UiAutomatorTest.LoggingOption valueOf (String name)

Parámetros
name String

Muestra
UiAutomatorTest.LoggingOption

valores

public static final LoggingOption[] values ()

Muestra
LoggingOption[]