android.telephony
public
static
final
enum
android.telephony.ServiceState.State
The servcie state enums of phone. One of the following:
- IN_SERVICE = Normal operation condition, the phone is registered
with an operator either in home network or in roaming.
- OUT_OF_SERVICE = Phone is not registered with any operator, the phone
can be currently searching a new operator to register to, or not
searching to registration at all, or registration is denied, or radio
signal is not available.
- EMERGENCY_ONLY = The phone is registered and locked. Only emergency
number are allowed.
- POWER_OFF = Radio of telephony is explictly powered off.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
public
static
final
State
EMERGENCY_ONLY
public
static
final
State
IN_SERVICE
public
static
final
State
OUT_OF_SERVICE
public
static
final
State
POWER_OFF
Public Methods
public
static
final
State[]
values()