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.java282 private int[] mForegroundCallState; field in TelephonyRegistry
472 mForegroundCallState = copyOf(mForegroundCallState, mNumPhones); in onMultiSimConfigChanged()
518 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()
567 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()
607 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()
1868 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
2352 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68902 Landroid/telephony/PreciseCallState;->mForegroundCallState:I