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


Résumé

Valeurs enum

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

Méthodes publiques

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

Valeurs enum

APRÈS_ÉCHEC

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

APRÈS_TEST

public static final UiAutomatorTest.LoggingOption AFTER_TEST

OFF

public static final UiAutomatorTest.LoggingOption OFF

Méthodes publiques

valeur_

public static UiAutomatorTest.LoggingOption valueOf (String name)

Paramètres
name String

Renvoie
UiAutomatorTest.LoggingOption

valeurs

public static final LoggingOption[] values ()

Renvoie
LoggingOption[]