Searched refs:mSrvccState (Results 1 – 5 of 5) sorted by relevance
51 private int mSrvccState; field in VoLteServiceState88 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 …]
91 private int mSrvccState = -1; field in TelephonyRegistryTest168 mSrvccState = srvccState; in onSrvccStateChanged()315 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()321 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
344 private int[] mSrvccState; field in TelephonyRegistry658 mSrvccState = copyOf(mSrvccState, mNumPhones); in onMultiSimConfigChanged()703 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in onMultiSimConfigChanged()763 mSrvccState = new int[numPhones]; in TelephonyRegistry()803 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in TelephonyRegistry()1287 r.callback.onSrvccStateChanged(mSrvccState[phoneId]); in listen()2229 mSrvccState[phoneId] = state; in notifySrvccStateChanged()2766 pw.println("mSrvccState=" + mSrvccState[i]); in dump()
523 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker4067 mSrvccState = state; in notifySrvccState()4069 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
59084 Landroid/telephony/VoLteServiceState;->mSrvccState:I