public static enum DcTracker.DataAllowFailReasonType extends Enum<DcTracker.DataAllowFailReasonType>
Enum Constant and Description |
---|
CONCURRENT_VOICE_DATA_NOT_ALLOWED |
DEFAULT_DATA_UNSELECTED |
INTERNAL_DATA_DISABLED |
INVALID_PHONE_STATE |
NOT_ATTACHED |
PS_RESTRICTED |
RADIO_DISABLED_BY_CARRIER |
RECORD_NOT_LOADED |
ROAMING_DISABLED |
UNDESIRED_POWER_STATE |
Modifier and Type | Field and Description |
---|---|
String |
mFailReasonStr |
Modifier and Type | Method and Description |
---|---|
static DcTracker.DataAllowFailReasonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcTracker.DataAllowFailReasonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DcTracker.DataAllowFailReasonType NOT_ATTACHED
public static final DcTracker.DataAllowFailReasonType RECORD_NOT_LOADED
public static final DcTracker.DataAllowFailReasonType ROAMING_DISABLED
public static final DcTracker.DataAllowFailReasonType INVALID_PHONE_STATE
public static final DcTracker.DataAllowFailReasonType CONCURRENT_VOICE_DATA_NOT_ALLOWED
public static final DcTracker.DataAllowFailReasonType PS_RESTRICTED
public static final DcTracker.DataAllowFailReasonType UNDESIRED_POWER_STATE
public static final DcTracker.DataAllowFailReasonType INTERNAL_DATA_DISABLED
public static final DcTracker.DataAllowFailReasonType DEFAULT_DATA_UNSELECTED
public static final DcTracker.DataAllowFailReasonType RADIO_DISABLED_BY_CARRIER
public String mFailReasonStr
public static DcTracker.DataAllowFailReasonType[] values()
for (DcTracker.DataAllowFailReasonType c : DcTracker.DataAllowFailReasonType.values()) System.out.println(c);
public static DcTracker.DataAllowFailReasonType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null