Home
last modified time | relevance | path

Searched refs:mBackgroundCallState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java77 private @PreciseCallStates int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
100 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()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java380 private int[] mBackgroundCallState; field in TelephonyRegistry
703 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54877 Landroid/telephony/PreciseCallState;->mBackgroundCallState:I