Searched refs:mForegroundCallState (Results 1 – 3 of 3) sorted by relevance
71 private @PreciseCallStates int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState94 mForegroundCallState = foregroundCall; in PreciseCallState()115 mForegroundCallState = in.readInt(); in PreciseCallState()132 return mForegroundCallState; in getForegroundCallState()246 out.writeInt(mForegroundCallState); in writeToParcel()266 return Objects.hash(mRingingCallState, mForegroundCallState, mForegroundCallState, in hashCode()283 && mForegroundCallState == other.mForegroundCallState in equals()295 sb.append(", Foreground call state: " + mForegroundCallState); in toString()
282 private int[] mForegroundCallState; field in TelephonyRegistry472 mForegroundCallState = copyOf(mForegroundCallState, mNumPhones); in onMultiSimConfigChanged()518 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()567 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()607 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()1868 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()2352 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
68902 Landroid/telephony/PreciseCallState;->mForegroundCallState:I