Home | History | Annotate | Download | only in phone

Lines Matching refs:ServiceState

35 import android.telephony.ServiceState;
291 // Check the current ServiceState to make sure it's OK
534 * Checks the current ServiceState to make sure it's OK
543 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);
546 case ServiceState.STATE_IN_SERVICE:
550 case ServiceState.STATE_POWER_OFF:
554 case ServiceState.STATE_EMERGENCY_ONLY:
558 // does not actually use ServiceState.STATE_EMERGENCY_ONLY,
565 case ServiceState.STATE_OUT_OF_SERVICE:
570 throw new IllegalStateException("Unexpected ServiceState: " + state);