Lines Matching refs:ServiceState
36 import android.telephony.ServiceState;
424 return phone.getServiceState().getState() != ServiceState.STATE_POWER_OFF;
451 if ((ServiceState.STATE_OUT_OF_SERVICE == state) ||
452 (ServiceState.STATE_POWER_OFF == state)) {
557 ServiceState serviceState = mPhoneStateReceiver.getServiceState();
558 int state = serviceState.getState();
563 case ServiceState.STATE_IN_SERVICE:
566 case ServiceState.STATE_OUT_OF_SERVICE:
567 case ServiceState.STATE_EMERGENCY_ONLY:
570 case ServiceState.STATE_POWER_OFF:
577 if (serviceState.getRoaming()) {
583 operatorName.setText(serviceState.getOperatorAlphaLong());