Searched refs:STATE_IN_SERVICE (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java264 boolean hasRegistered = mSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE
265 && mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE;
267 boolean hasDeregistered = mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE
268 && mNewSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE;
271 mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE
272 && mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE;
275 mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE
276 && mNewSS.getDataRegState() != ServiceState.STATE_IN_SERVICE;
296 mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE &&
367 if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) {
[all...]
H A DCdmaServiceStateTracker.java985 mSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE
986 && mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE;
989 mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE
990 && mNewSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE;
993 mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE
994 && mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE;
997 mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE
998 && mNewSS.getDataRegState() != ServiceState.STATE_IN_SERVICE;
1053 if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) {
1206 retVal = ServiceState.STATE_IN_SERVICE;
[all...]
H A DCDMAPhone.java344 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
698 } else if (mSST.getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java536 } else if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) {
840 mSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE
841 && mNewSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE;
844 mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE
845 && mNewSS.getVoiceRegState() != ServiceState.STATE_IN_SERVICE;
848 mSS.getDataRegState() != ServiceState.STATE_IN_SERVICE
849 && mNewSS.getDataRegState() == ServiceState.STATE_IN_SERVICE;
852 mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE
853 && mNewSS.getDataRegState() != ServiceState.STATE_IN_SERVICE;
1125 return !((voiceRegState == ServiceState.STATE_IN_SERVICE)
[all...]
H A DGSMPhone.java304 != ServiceState.STATE_IN_SERVICE) {
314 } else { /* mSST.gprsState == ServiceState.STATE_IN_SERVICE */
346 if (mSST.getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java468 if (getCurrentDataConnectionState() == ServiceState.STATE_IN_SERVICE) {
486 if (getCurrentDataConnectionState() != ServiceState.STATE_IN_SERVICE) {
522 if (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE) {
H A DSMSDispatcher.java378 if ( tracker.mImsRetry > 0 && ss != ServiceState.STATE_IN_SERVICE) {
393 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) {
708 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) {
980 if (!isIms() && ss != ServiceState.STATE_IN_SERVICE) {
H A DCallManager.java267 if (serviceState == ServiceState.STATE_IN_SERVICE) {
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java45 public static final int STATE_IN_SERVICE = 0; field in class:ServiceState
307 * @see #STATE_IN_SERVICE
321 * @see #STATE_IN_SERVICE
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java124 s.setState(ServiceState.STATE_IN_SERVICE);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2027 state = ServiceState.STATE_IN_SERVICE;
2047 state = ServiceState.STATE_IN_SERVICE;
2056 } else if (state == ServiceState.STATE_IN_SERVICE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java496 return mServiceState.getDataRegState() == ServiceState.STATE_IN_SERVICE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1067 || (mDataRegState != ServiceState.STATE_IN_SERVICE)){
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java100 } while (state.getState() != ServiceState.STATE_IN_SERVICE);

Completed in 97 milliseconds