Searched refs:mSrvccState (Results 1 – 3 of 3) 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()221 m.putInt("mSrvccState", mSrvccState); in fillInNotifierBundle()[all …]
370 private int[] mSrvccState; field in TelephonyRegistry700 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()
55761 Landroid/telephony/VoLteServiceState;->mSrvccState:I