Searched refs:STATE_OUT_OF_SERVICE (Results 1 – 11 of 11) sorted by relevance
52 public static final int STATE_OUT_OF_SERVICE = 1; field in ServiceState117 private int mState = STATE_OUT_OF_SERVICE;495 setNullState(STATE_OUT_OF_SERVICE); in setStateOutOfService()
100 protected int mDataConnectionState = ServiceState.STATE_OUT_OF_SERVICE;101 protected int mNewDataConnectionState = ServiceState.STATE_OUT_OF_SERVICE;1111 int retVal = ServiceState.STATE_OUT_OF_SERVICE; in radioTechnologyToDataServiceState()1139 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()1145 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()1151 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()
233 if (newSS.getState() == ServiceState.STATE_OUT_OF_SERVICE) { in pollStateDone()
429 } else if (serviceState == ServiceState.STATE_OUT_OF_SERVICE in disconnectCauseFromCode()
79 private int gprsState = ServiceState.STATE_OUT_OF_SERVICE;80 private int newGPRSState = ServiceState.STATE_OUT_OF_SERVICE;1168 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()1179 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()
370 } else if (serviceState == ServiceState.STATE_OUT_OF_SERVICE in disconnectCauseFromCode()
261 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState()269 } else if (serviceState == ServiceState.STATE_OUT_OF_SERVICE) { in getServiceState()
379 case ServiceState.STATE_OUT_OF_SERVICE: in hasService()
1834 if (state == ServiceState.STATE_OUT_OF_SERVICE in fixPhoneServiceState()1854 if (state == ServiceState.STATE_OUT_OF_SERVICE in updateAllPhoneStateLocked()1870 } else if (state == ServiceState.STATE_OUT_OF_SERVICE) { in updateAllPhoneStateLocked()
18981 field public static final int STATE_OUT_OF_SERVICE = 1; // 0x1