Searched refs:mForegroundCallState (Results 1 – 3 of 3) sorted by relevance
76 private @PreciseCallStates int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState99 mForegroundCallState = foregroundCall; in PreciseCallState()120 mForegroundCallState = in.readInt(); in PreciseCallState()137 return mForegroundCallState; in getForegroundCallState()251 out.writeInt(mForegroundCallState); in writeToParcel()271 return Objects.hash(mRingingCallState, mForegroundCallState, mForegroundCallState, in hashCode()288 && mForegroundCallState == other.mForegroundCallState in equals()300 sb.append(", Foreground call state: " + mForegroundCallState); in toString()
378 private int[] mForegroundCallState; field in TelephonyRegistry702 mForegroundCallState = copyOf(mForegroundCallState, mNumPhones); in onMultiSimConfigChanged()761 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in onMultiSimConfigChanged()822 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()877 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()2310 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()3407 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
54879 Landroid/telephony/PreciseCallState;->mForegroundCallState:I