Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A 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()
221 m.putInt("mSrvccState", mSrvccState); in fillInNotifierBundle()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java370 private int[] mSrvccState; field in TelephonyRegistry
700 mSrvccState = copyOf(mSrvccState, mNumPhones); in onMultiSimConfigChanged()
752 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in onMultiSimConfigChanged()
820 mSrvccState = new int[numPhones]; in TelephonyRegistry()
868 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in TelephonyRegistry()
1379 r.callback.onSrvccStateChanged(mSrvccState[r.phoneId]); in listen()
2513 mSrvccState[phoneId] = state; in notifySrvccStateChanged()
3424 pw.println("mSrvccState=" + mSrvccState[i]); in dump()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55761 Landroid/telephony/VoLteServiceState;->mSrvccState:I