Home | History | Annotate | Download | only in phone

Lines Matching defs:serviceState

44 import android.telephony.ServiceState;
3980 int serviceState = mCM.getServiceState();
3981 return ((serviceState == ServiceState.STATE_EMERGENCY_ONLY) ||
3982 (serviceState == ServiceState.STATE_OUT_OF_SERVICE) ||