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 |
Zusammenfassung
Enum-Werte | |
---|---|
UiAutomatorTest.LoggingOption | AFTER_FAILURE |
UiAutomatorTest.LoggingOption | AFTER_TEST |
UiAutomatorTest.LoggingOption | OFF
|
Öffentliche Methoden | |
---|---|
static UiAutomatorTest.LoggingOption | valueOf (String name) |
static final LoggingOption[] | values () |
Enum-Werte
NACH_FAILURE
public static final UiAutomatorTest.LoggingOption AFTER_FAILURE
NACH_TEST
public static final UiAutomatorTest.LoggingOption AFTER_TEST
Öffentliche Methoden
Wert von
public static UiAutomatorTest.LoggingOption valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
UiAutomatorTest.LoggingOption |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[]
[]