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 …]
107 private int mSrvccState = -1; field in TelephonyRegistryTest205 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()
371 private int[] mSrvccState; field in TelephonyRegistry707 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()
784 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker4785 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()
55118 Landroid/telephony/VoLteServiceState;->mSrvccState:I