Stay organized with collections Save and categorize content based on your preferences.

UiAutomatorTest.LoggingOption

public static final enum UiAutomatorTest.LoggingOption

com.android.tradefed.testtype.UiAutomatorTest.LoggingOption


Summary

Enum values

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

Public methods

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

Enum values

AFTER_FAILURE

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

AFTER_TEST

public static final UiAutomatorTest.LoggingOption AFTER_TEST

OFF

public static final UiAutomatorTest.LoggingOption OFF

Public methods

valueOf

public static UiAutomatorTest.LoggingOption valueOf (String name)

Parameters
name String

Returns
UiAutomatorTest.LoggingOption

values

public static final LoggingOption[] values ()

Returns
LoggingOption[]