Searched refs:mSrvccState (Results 1 – 4 of 4) sorted by relevance
50 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 …]
49 private int mSrvccState = -1; field in TelephonyRegistryTest54 mSrvccState = srvccState; in onSrvccStateChanged()164 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()171 assertEquals(srvccState, mSrvccState); in testSrvccStateChanged()
219 private int[] mSrvccState; field in TelephonyRegistry390 mSrvccState = new int[numPhones]; in TelephonyRegistry()421 mSrvccState[i] = TelephonyManager.SRVCC_STATE_HANDOVER_NONE; in TelephonyRegistry()871 r.callback.onSrvccStateChanged(mSrvccState[phoneId]); in listen()1747 mSrvccState[phoneId] = state; in notifySrvccStateChanged()1985 pw.println("mSrvccState=" + mSrvccState[i]); in dump()
402 private Call.SrvccState mSrvccState = Call.SrvccState.NONE; field in ImsPhoneCallTracker3232 mSrvccState = state; in notifySrvccState()3234 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()