Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java87 private @State int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
102 mForegroundCallState = foregroundCall; in PreciseCallState()
123 mForegroundCallState = in.readInt(); in PreciseCallState()
140 return mForegroundCallState; in getForegroundCallState()
254 out.writeInt(mForegroundCallState); in writeToParcel()
274 return Objects.hash(mRingingCallState, mForegroundCallState, mForegroundCallState, in hashCode()
291 && mForegroundCallState == other.mForegroundCallState in equals()
302 sb.append(", Foreground call state: " + mForegroundCallState); in toString()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java227 private int[] mForegroundCallState; field in TelephonyRegistry
393 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()
432 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()
1603 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()
1968 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73877 Landroid/telephony/PreciseCallState;->mForegroundCallState:I