Example usage for Java android.telephony ServiceState fields, constructors, methods, implement or subclass
The text is from its open source code.
int | STATE_IN_SERVICE Normal operation condition, the phone is registered with an operator either in home network or in roaming. |
int | STATE_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. |
int | STATE_EMERGENCY_ONLY The phone is registered and locked. |
int | STATE_POWER_OFF Radio of telephony is explicitly powered off. |
Class> | getClass() Returns the runtime class of this Object . |
String | getOperatorAlphaLong() Get current registered operator name in long alphanumeric format. |
String | getOperatorNumeric() Get current registered operator numeric id. |
boolean | getRoaming() Get current roaming indicator of phone (note: not just decoding from TS 27.007 7.2) |
int | getState() Get current voice service state |
ServiceState | newFromBundle(Bundle m) Create a new ServiceState from a intent notifier Bundle This method is used by PhoneStateIntentReceiver and maybe by external applications. |