Home
last modified time | relevance | path

Searched refs:STATE_IN_SERVICE (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java322 boolean hasRegistered = mSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE in pollStateDone()
323 && mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE; in pollStateDone()
325 boolean hasDeregistered = mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE in pollStateDone()
326 && mNewSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE; in pollStateDone()
329 mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE in pollStateDone()
330 && mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE; in pollStateDone()
333 mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE in pollStateDone()
334 && mNewSS.getDataRegState() != ServiceState.STATE_IN_SERVICE; in pollStateDone()
358 mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE && in pollStateDone()
444 if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) { in pollStateDone()
[all …]
DCdmaServiceStateTracker.java854 (mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in handlePollStateResult()
928 (currentServiceState.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
960 (currentServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
1181 mSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE in pollStateDone()
1182 && mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE; in pollStateDone()
1185 mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE in pollStateDone()
1186 && mNewSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE; in pollStateDone()
1189 mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE in pollStateDone()
1190 && mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE; in pollStateDone()
1193 mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE in pollStateDone()
[all …]
DCDMAPhone.java272 if (mSST == null || mSST.mSS.getState() != ServiceState.STATE_IN_SERVICE) { in getServiceState()
380 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) { in getDataActivityState()
436 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE); in dial()
476 && mSST.mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE && !isEmergency) { in dial()
802 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) { in getDataConnectionState()
DCdmaSMSDispatcher.java252 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) { in sendSmsByPstn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java603 } else if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) { in updateSpnDisplay()
923 (currentServiceState.getVoiceRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
939 (currentServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE); in setRoamingType()
1044 mSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE in pollStateDone()
1045 && mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE; in pollStateDone()
1048 mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE in pollStateDone()
1049 && mNewSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE; in pollStateDone()
1052 mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE in pollStateDone()
1053 && mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE; in pollStateDone()
1056 mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE in pollStateDone()
[all …]
DGSMPhone.java263 if (mSST == null || mSST.mSS.getState() != ServiceState.STATE_IN_SERVICE) { in getServiceState()
344 mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) { in getDataConnectionState()
390 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) { in getDataActivityState()
743 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in handleInCallMmiCommands()
811 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE); in dial()
851 && mSST.mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE && !isEmergency) { in dial()
1172 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) { in getCallForwardingOption()
1197 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) { in setCallForwardingOption()
1239 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) { in getCallWaiting()
1253 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) { in setCallWaiting()
DGsmSMSDispatcher.java280 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) { in sendSmsByPstn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java407 boolean isRegistered = mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE || in updatePhoneObject()
665 if (getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) { in registerForDataConnectionAttached()
683 if (getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) { in registerForDataConnectionDetached()
719 if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) { in registerForNetworkAttached()
1093 mNewSS.setDataRegState(ServiceState.STATE_IN_SERVICE); in resetServiceStateInIwlanMode()
DSMSDispatcher.java648 if ( tracker.mImsRetry > 0 && ss != ServiceState.STATE_IN_SERVICE) { in handleSendComplete()
663 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) { in handleSendComplete()
1273 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) { in sendMultipartSms()
DPhoneBase.java2211 && imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE) { in getVoicePhoneServiceState()
2212 return ServiceState.STATE_IN_SERVICE; in getVoicePhoneServiceState()
2435 && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE)) { in isVideoEnabled()
DCallManager.java322 if (serviceState == ServiceState.STATE_IN_SERVICE) { in getServiceState()
351 if (serviceState == ServiceState.STATE_IN_SERVICE) { in getServiceState()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java45 public static final int STATE_IN_SERVICE = 0; field in ServiceState
1196 if (voiceSs.mVoiceRegState != STATE_IN_SERVICE) { in mergeServiceStates()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DCarrierText.java126 if (ss != null && ss.getDataRegState() == ServiceState.STATE_IN_SERVICE) { in updateCarrierText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java110 s.setState(ServiceState.STATE_IN_SERVICE); in getServiceState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java160 setVoiceRegState(ServiceState.STATE_IN_SERVICE); in setupDefaultSignal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java135 s.setState(ServiceState.STATE_IN_SERVICE); in getServiceState()
DImsPhoneCallTracker.java1443 mPhone.setServiceState(ServiceState.STATE_IN_SERVICE);
1463 mPhone.setServiceState(ServiceState.STATE_IN_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java255 return mServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE; in hasService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1280 if (sst.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) { in updateNetworkInfoSuspendState()
1421 || (mDataRegState != ServiceState.STATE_IN_SERVICE)){ in enter()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3337 state = ServiceState.STATE_IN_SERVICE; in fixPhoneServiceState()
3360 state = ServiceState.STATE_IN_SERVICE; in updateAllPhoneStateLocked()
3369 } else if (state == ServiceState.STATE_IN_SERVICE) { in updateAllPhoneStateLocked()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken102 } while (state.getState() != ServiceState.STATE_IN_SERVICE);
/frameworks/base/api/
Dcurrent.txt30923 field public static final int STATE_IN_SERVICE = 0; // 0x0
Dsystem-current.txt33157 field public static final int STATE_IN_SERVICE = 0; // 0x0