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

/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java66 private int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in class:PreciseCallState
79 mForegroundCallState = foregroundCall;
98 mForegroundCallState = in.readInt();
137 return mForegroundCallState;
250 out.writeInt(mForegroundCallState);
273 result = prime * result + mForegroundCallState;
293 mForegroundCallState != other.mForegroundCallState &&
304 sb.append(", Foreground call state: " + mForegroundCallState);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java161 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in class:TelephonyRegistry
983 mForegroundCallState = foregroundCallState;
1010 mPreciseCallState = new PreciseCallState(mRingingCallState, mForegroundCallState,
1023 broadcastPreciseCallStateChanged(mRingingCallState, mForegroundCallState,

Completed in 71 milliseconds