Searched refs:mForegroundCallState (Results 1 – 2 of 2) sorted by relevance
64 private int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState77 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()
183 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in TelephonyRegistry1195 mForegroundCallState = foregroundCallState; in notifyPreciseCallState()1222 mPreciseCallState = new PreciseCallState(mRingingCallState, mForegroundCallState, in notifyDisconnectCause()1235 broadcastPreciseCallStateChanged(mRingingCallState, mForegroundCallState, in notifyDisconnectCause()