Home
last modified time | relevance | path

Searched refs:mSrvccState (Results 1 – 4 of 4) 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.java74 private int mSrvccState = -1; field in TelephonyRegistryTest
129 mSrvccState = srvccState; in onSrvccStateChanged()
243 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
249 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java274 private int[] mSrvccState; field in TelephonyRegistry
474 mSrvccState = copyOf(mSrvccState, mNumPhones); in onMultiSimConfigChanged()
513 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in onMultiSimConfigChanged()
569 mSrvccState = new int[numPhones]; in TelephonyRegistry()
602 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in TelephonyRegistry()
1070 r.callback.onSrvccStateChanged(mSrvccState[phoneId]); in listen()
2021 mSrvccState[phoneId] = state; in notifySrvccStateChanged()
2375 pw.println("mSrvccState=" + mSrvccState[i]); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java492 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker
3804 mSrvccState = state; in notifySrvccState()
3806 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()