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


Resumo

Valores de enumeração

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 ()

Valores de enumeração

AFTER_FAILURE

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

AFTER_TEST

public static final UiAutomatorTest.LoggingOption AFTER_TEST

DESLIGADO

public static final UiAutomatorTest.LoggingOption OFF

Métodos públicos

valor de

public static UiAutomatorTest.LoggingOption valueOf (String name)

Parâmetros
name String

Devoluções
UiAutomatorTest.LoggingOption

valores

public static final LoggingOption[] values ()

Devoluções
LoggingOption[]