Searched refs:mForegroundCallState (Results 1 – 3 of 3) sorted by relevance
87 private @State int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState102 mForegroundCallState = foregroundCall; in PreciseCallState()123 mForegroundCallState = in.readInt(); in PreciseCallState()140 return mForegroundCallState; in getForegroundCallState()254 out.writeInt(mForegroundCallState); in writeToParcel()274 return Objects.hash(mRingingCallState, mForegroundCallState, mForegroundCallState, in hashCode()291 && mForegroundCallState == other.mForegroundCallState in equals()302 sb.append(", Foreground call state: " + mForegroundCallState); in toString()
227 private int[] mForegroundCallState; field in TelephonyRegistry393 mForegroundCallState = new int[numPhones]; in TelephonyRegistry()432 mForegroundCallState[i] = PreciseCallState.PRECISE_CALL_STATE_IDLE; in TelephonyRegistry()1603 mForegroundCallState[phoneId] = foregroundCallState; in notifyPreciseCallState()1968 pw.println("mForegroundCallState=" + mForegroundCallState[i]); in dump()
73877 Landroid/telephony/PreciseCallState;->mForegroundCallState:I