Lines Matching refs:ServiceState
31 import android.telephony.ServiceState;
319 // Check the current ServiceState to make sure it's OK
561 * Checks the current ServiceState to make sure it's OK
570 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);
573 case ServiceState.STATE_IN_SERVICE:
577 case ServiceState.STATE_POWER_OFF:
581 case ServiceState.STATE_EMERGENCY_ONLY:
585 // does not actually use ServiceState.STATE_EMERGENCY_ONLY,
592 case ServiceState.STATE_OUT_OF_SERVICE:
597 throw new IllegalStateException("Unexpected ServiceState: " + state);