Home | History | Annotate | Download | only in imsphone

Lines Matching defs:serviceState

31 import android.telephony.ServiceState;
140 public ServiceState getServiceState() {
143 ServiceState s = new ServiceState();
144 s.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
238 void notifyServiceStateChanged(ServiceState ss) {
248 int serviceState = getServiceState().getState();
249 Rlog.v(LOG_TAG, "canDial(): serviceState = " + serviceState);
250 if (serviceState == ServiceState.STATE_POWER_OFF) return false;