Searched refs:mBackgroundCallState (Results 1 – 2 of 2) 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 TelephonyRegistry477 mBackgroundCallState = copyOf(mBackgroundCallState, mNumPhones); in onMultiSimConfigChanged()523 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()572 mBackgroundCallState = new int[numPhones]; in TelephonyRegistry()612 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()1874 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()2359 pw.println("mBackgroundCallState=" + mBackgroundCallState[i]); in dump()