Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java76 private @PreciseCallStates int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
99 mForegroundCallState = foregroundCall; in PreciseCallState()
120 mForegroundCallState = in.readInt(); in PreciseCallState()
137 return mForegroundCallState; in getForegroundCallState()
251 out.writeInt(mForegroundCallState); in writeToParcel()
271 return Objects.hash(mRingingCallState, mForegroundCallState, mForegroundCallState, in hashCode()
288 && mForegroundCallState == other.mForegroundCallState in equals()
300 sb.append(", Foreground call state: " + mForegroundCallState); in toString()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java378 private int[] mForegroundCallState; field in TelephonyRegistry
702 mForegroundCallState = copyOf(mForegroundCallState, mNumPhones); in onMultiSimConfigChanged()
761 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()
822 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()
877 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()
2310 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
3407 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54879 Landroid/telephony/PreciseCallState;->mForegroundCallState:I