Home
last modified time | relevance | path

Searched refs:mSrvccState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVoLteServiceState.java51 private int mSrvccState; field in VoLteServiceState
88 mSrvccState = srvccState; in VoLteServiceState()
108 mSrvccState = INVALID; in initialize()
115 mSrvccState = s.mSrvccState; in copyFrom()
126 mSrvccState = in.readInt(); in VoLteServiceState()
133 out.writeInt(mSrvccState); in writeToParcel()
172 return ((mSrvccState * primeNum)); in hashCode()
192 return (mSrvccState == s.mSrvccState); in equals()
201 + " " + mSrvccState); in toString()
211 mSrvccState = m.getInt("mSrvccState"); in setFromNotifierBundle()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java107 private int mSrvccState = -1; field in TelephonyRegistryTest
205 mSrvccState = srvccState; in onSrvccStateChanged()
417 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
423 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
445 assertEquals(srvccState, mSrvccState); in testSrvccStateChangedWithRenouncedLocationAccess()
452 assertEquals(srvccState, mSrvccState); in testSrvccStateChangedWithRenouncedLocationAccess()
474 assertEquals(srvccState, mSrvccState); in testSrvccStateChangedWithRenouncedFineLocationAccess()
481 assertEquals(srvccState, mSrvccState); in testSrvccStateChangedWithRenouncedFineLocationAccess()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java371 private int[] mSrvccState; field in TelephonyRegistry
707 mSrvccState = copyOf(mSrvccState, mNumPhones); in onMultiSimConfigChanged()
760 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in onMultiSimConfigChanged()
829 mSrvccState = new int[numPhones]; in TelephonyRegistry()
878 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in TelephonyRegistry()
1393 r.callback.onSrvccStateChanged(mSrvccState[r.phoneId]); in listen()
2582 mSrvccState[phoneId] = state; in notifySrvccStateChanged()
3573 pw.println("mSrvccState=" + mSrvccState[i]); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java784 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker
4785 mSrvccState = Call.SrvccState.STARTED; in notifySrvccState()
4789 mSrvccState = Call.SrvccState.COMPLETED; in notifySrvccState()
4806 mSrvccState = Call.SrvccState.FAILED; in notifySrvccState()
4810 mSrvccState = Call.SrvccState.CANCELED; in notifySrvccState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55118 Landroid/telephony/VoLteServiceState;->mSrvccState:I