public static enum SettingsChecker.SettingsType extends java.lang.Enum<SettingsChecker.SettingsType>
| Enum Constant and Description |
|---|
ADBperNetwork
ADB per network debugging
|
ADBperUSB
ADB/USB debugging
|
Developer
Developer settings
|
| Modifier and Type | Method and Description |
|---|---|
static SettingsChecker.SettingsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SettingsChecker.SettingsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingsChecker.SettingsType Developer
public static final SettingsChecker.SettingsType ADBperUSB
public static final SettingsChecker.SettingsType ADBperNetwork
public static SettingsChecker.SettingsType[] values()
for (SettingsChecker.SettingsType c : SettingsChecker.SettingsType.values()) System.out.println(c);
public static SettingsChecker.SettingsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null