Searched refs:mBackgroundCallState (Results 1 – 3 of 3) sorted by relevance
72 private @PreciseCallStates int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState95 mBackgroundCallState = backgroundCall; in PreciseCallState()116 mBackgroundCallState = in.readInt(); in PreciseCallState()139 return mBackgroundCallState; in getBackgroundCallState()247 out.writeInt(mBackgroundCallState); in writeToParcel()284 && mBackgroundCallState == other.mBackgroundCallState in equals()296 sb.append(", Background call state: " + mBackgroundCallState); in toString()
284 private int[] mBackgroundCallState; field in TelephonyRegistry473 mBackgroundCallState = copyOf(mBackgroundCallState, mNumPhones); in onMultiSimConfigChanged()519 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()568 mBackgroundCallState = new int[numPhones]; in TelephonyRegistry()608 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()1869 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()2353 pw.println("mBackgroundCallState=" + mBackgroundCallState[i]); in dump()
68900 Landroid/telephony/PreciseCallState;->mBackgroundCallState:I