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 |
概括
枚举值 | |
---|---|
UiAutomatorTest.LoggingOption | AFTER_FAILURE |
UiAutomatorTest.LoggingOption | AFTER_TEST |
UiAutomatorTest.LoggingOption | OFF
|
公共方法 | |
---|---|
static UiAutomatorTest.LoggingOption | valueOf (String name) |
static final LoggingOption[] | values () |
枚举值
AFTER_FAILURE
public static final UiAutomatorTest.LoggingOption AFTER_FAILURE
AFTER_TEST
public static final UiAutomatorTest.LoggingOption AFTER_TEST
公共方法
的价值
public static UiAutomatorTest.LoggingOption valueOf (String name)
参数 | |
---|---|
name | String |
退货 | |
---|---|
UiAutomatorTest.LoggingOption |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-04-28。
[]
[]