Home | History | Annotate | Download | only in phone

Lines Matching refs:ServiceState

48 import android.telephony.ServiceState;
4053 int serviceState = mCM.getServiceState();
4054 return ((serviceState == ServiceState.STATE_EMERGENCY_ONLY) ||
4055 (serviceState == ServiceState.STATE_OUT_OF_SERVICE) ||