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()
380 private int[] mBackgroundCallState; field in TelephonyRegistry703 mBackgroundCallState = copyOf(mBackgroundCallState, mNumPhones); in onMultiSimConfigChanged()762 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()823 mBackgroundCallState = new int[numPhones]; in TelephonyRegistry()878 mBackgroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()2311 mBackgroundCallState[phoneId] = backgroundCallState; in notifyPreciseCallState()3408 pw.println("mBackgroundCallState=" + mBackgroundCallState[i]); in dump()
54877 Landroid/telephony/PreciseCallState;->mBackgroundCallState:I