Lines Matching refs:ServiceState
34 import android.telephony.ServiceState;
299 // Check the current ServiceState to make sure it's OK
540 * Checks the current ServiceState to make sure it's OK
549 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);
552 case ServiceState.STATE_IN_SERVICE:
556 case ServiceState.STATE_POWER_OFF:
560 case ServiceState.STATE_EMERGENCY_ONLY:
564 // does not actually use ServiceState.STATE_EMERGENCY_ONLY,
571 case ServiceState.STATE_OUT_OF_SERVICE:
576 throw new IllegalStateException("Unexpected ServiceState: " + state);