Searched refs:STATE_OUT_OF_SERVICE (Results 1 – 18 of 18) sorted by relevance
331 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mSecondServiceState).getState(); in testGetServiceState()343 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mSecondServiceState).getState(); in testGetServiceState()345 assertEquals(ServiceState.STATE_OUT_OF_SERVICE, in testGetServiceState()350 assertEquals(ServiceState.STATE_OUT_OF_SERVICE, in testGetServiceState()356 assertEquals(ServiceState.STATE_OUT_OF_SERVICE, in testGetServiceState()
159 ss.setDataRegState(ServiceState.STATE_OUT_OF_SERVICE); in testParcel()
785 sst.mSS.setDataRegState(ServiceState.STATE_OUT_OF_SERVICE); in testGetCurrentDataRegState()786 assertEquals(sst.getCurrentDataConnectionState(), ServiceState.STATE_OUT_OF_SERVICE); in testGetCurrentDataRegState()
220 doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mSST).getCurrentDataConnectionState(); in testGetDataConnectionState()
54 public static final int STATE_OUT_OF_SERVICE = 1; field in ServiceState184 private int mVoiceRegState = STATE_OUT_OF_SERVICE;185 private int mDataRegState = STATE_OUT_OF_SERVICE;812 setNullState(STATE_OUT_OF_SERVICE); in setStateOutOfService()
127 && mServiceState.getState() != ServiceState.STATE_OUT_OF_SERVICE in hasService()
44 # and STATE_OUT_OF_SERVICE in "network_to". To avoid confusion, the fixed version
280 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState()288 } else if (serviceState == ServiceState.STATE_OUT_OF_SERVICE) { in getServiceState()308 int resultState = ServiceState.STATE_OUT_OF_SERVICE; in getServiceState()317 } else if (serviceState == ServiceState.STATE_OUT_OF_SERVICE) { in getServiceState()
494 } else if (serviceState == ServiceState.STATE_OUT_OF_SERVICE in disconnectCauseFromCode()
2101 if (mSS.getVoiceRegState() == ServiceState.STATE_OUT_OF_SERVICE in updateSpnDisplay()3389 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()3397 return ServiceState.STATE_OUT_OF_SERVICE; in regCodeToServiceState()
1122 if (mSST != null && mSST.mSS.getState() == ServiceState.STATE_OUT_OF_SERVICE in dial()
1729 mPhone.setServiceState(ServiceState.STATE_OUT_OF_SERVICE);1739 mPhone.setServiceState(ServiceState.STATE_OUT_OF_SERVICE);1756 mPhone.setServiceState(ServiceState.STATE_OUT_OF_SERVICE);
263 case ServiceState.STATE_OUT_OF_SERVICE: in hasService()
3757 if (state == ServiceState.STATE_OUT_OF_SERVICE in fixPhoneServiceState()3780 if (state == ServiceState.STATE_OUT_OF_SERVICE in updateAllPhoneStateLocked()3796 } else if (state == ServiceState.STATE_OUT_OF_SERVICE) { in updateAllPhoneStateLocked()
28476 field public static final int STATE_OUT_OF_SERVICE = 1; // 0x1
37019 field public static final int STATE_OUT_OF_SERVICE = 1; // 0x1
37096 field public static final int STATE_OUT_OF_SERVICE = 1; // 0x1
39954 field public static final int STATE_OUT_OF_SERVICE = 1; // 0x1