Lines Matching refs:ServiceState
31 import android.telephony.ServiceState;
333 // Check the current ServiceState to make sure it's OK
588 * Checks the current ServiceState to make sure it's OK
597 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);
600 case ServiceState.STATE_IN_SERVICE:
604 case ServiceState.STATE_POWER_OFF:
608 case ServiceState.STATE_EMERGENCY_ONLY:
612 // does not actually use ServiceState.STATE_EMERGENCY_ONLY,
619 case ServiceState.STATE_OUT_OF_SERVICE:
624 throw new IllegalStateException("Unexpected ServiceState: " + state);