Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java64 private int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
77 mForegroundCallState = foregroundCall; in PreciseCallState()
96 mForegroundCallState = in.readInt(); in PreciseCallState()
135 return mForegroundCallState; in getForegroundCallState()
248 out.writeInt(mForegroundCallState); in writeToParcel()
271 result = prime * result + 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.java183 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in TelephonyRegistry
1195 mForegroundCallState = foregroundCallState; in notifyPreciseCallState()
1222 mPreciseCallState = new PreciseCallState(mRingingCallState, mForegroundCallState, in notifyDisconnectCause()
1235 broadcastPreciseCallStateChanged(mRingingCallState, mForegroundCallState, in notifyDisconnectCause()