Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java71 private @PreciseCallStates int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
94 mForegroundCallState = foregroundCall; in PreciseCallState()
115 mForegroundCallState = in.readInt(); in PreciseCallState()
132 return mForegroundCallState; in getForegroundCallState()
246 out.writeInt(mForegroundCallState); in writeToParcel()
266 return Objects.hash(mRingingCallState, mForegroundCallState, mForegroundCallState, in hashCode()
283 && mForegroundCallState == other.mForegroundCallState in equals()
295 sb.append(", Foreground call state: " + mForegroundCallState); in toString()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java352 private int[] mForegroundCallState; field in TelephonyRegistry
660 mForegroundCallState = copyOf(mForegroundCallState, mNumPhones); in onMultiSimConfigChanged()
712 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()
765 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()
812 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()
2115 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
2749 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58202 Landroid/telephony/PreciseCallState;->mForegroundCallState:I