Home | History | Annotate | Download | only in imsphone

Lines Matching refs:serviceState

29 import android.telephony.ServiceState;
137 public ServiceState getServiceState() {
140 ServiceState s = new ServiceState();
141 s.setVoiceRegState(ServiceState.STATE_IN_SERVICE);
235 void notifyServiceStateChanged(ServiceState ss) {
245 int serviceState = getServiceState().getState();
246 Rlog.v(LOG_TAG, "canDial(): serviceState = " + serviceState);
247 if (serviceState == ServiceState.STATE_POWER_OFF) return false;