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

/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java64 private int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in class:PreciseCallState
77 mForegroundCallState = foregroundCall;
96 mForegroundCallState = in.readInt();
135 return mForegroundCallState;
248 out.writeInt(mForegroundCallState);
271 result = prime * result + mForegroundCallState;
291 mForegroundCallState != other.mForegroundCallState &&
302 sb.append(", Foreground call state: " + mForegroundCallState);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java183 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in class:TelephonyRegistry
1195 mForegroundCallState = foregroundCallState;
1222 mPreciseCallState = new PreciseCallState(mRingingCallState, mForegroundCallState,
1235 broadcastPreciseCallStateChanged(mRingingCallState, mForegroundCallState,

Completed in 92 milliseconds