Searched refs:mSrvccState (Results 1 – 4 of 4) 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 …]
74 private int mSrvccState = -1; field in TelephonyRegistryTest129 mSrvccState = srvccState; in onSrvccStateChanged()243 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()249 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
274 private int[] mSrvccState; field in TelephonyRegistry474 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()
492 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker3804 mSrvccState = state; in notifySrvccState()3806 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()