public enum DeviceError extends java.lang.Enum<DeviceError>
| Enum Constant and Description |
|---|
APPLICATION_CONTEXT_NULL |
APPLICATION_INFO_NOT_AVAILABLE |
AUDIOMANAGER_NULL |
COULDNT_GET_ADB_STATUS |
COULDNT_GET_DIGEST |
COULDNT_GET_FINGERPRINT |
COULDNT_GET_GL_VERSION |
COULDNT_GET_STORAGE_LOCATION |
INVALID_STORAGETYPE |
JSON_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static DeviceError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceError APPLICATION_CONTEXT_NULL
public static final DeviceError APPLICATION_INFO_NOT_AVAILABLE
public static final DeviceError AUDIOMANAGER_NULL
public static final DeviceError INVALID_STORAGETYPE
public static final DeviceError COULDNT_GET_STORAGE_LOCATION
public static final DeviceError COULDNT_GET_GL_VERSION
public static final DeviceError JSON_ERROR
public static final DeviceError COULDNT_GET_DIGEST
public static final DeviceError COULDNT_GET_FINGERPRINT
public static final DeviceError COULDNT_GET_ADB_STATUS
public static DeviceError[] values()
for (DeviceError c : DeviceError.values()) System.out.println(c);
public static DeviceError 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