Searched refs:mBackgroundCallState (Results 1 – 3 of 3) sorted by relevance
77 private @PreciseCallStates int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState100 mBackgroundCallState = backgroundCall; in PreciseCallState()121 mBackgroundCallState = in.readInt(); in PreciseCallState()144 return mBackgroundCallState; in getBackgroundCallState()252 out.writeInt(mBackgroundCallState); in writeToParcel()289 && mBackgroundCallState == other.mBackgroundCallState in equals()301 sb.append(", Background call state: " + mBackgroundCallState); in toString()
381 private int[] mBackgroundCallState; field in TelephonyRegistry710 mBackgroundCallState = copyOf(mBackgroundCallState, mNumPhones); in onMultiSimConfigChanged()770 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()832 mBackgroundCallState = new int[numPhones]; in TelephonyRegistry()888 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()2380 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()3557 pw.println("mBackgroundCallState=" + mBackgroundCallState[i]); in dump()
54234 Landroid/telephony/PreciseCallState;->mBackgroundCallState:I