HomeSort by relevance Sort by last modified time
    Searched refs:mForegroundCallState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 64 private int mForegroundCallState = PRECISE_CALL_STATE_NOT_VALID;
77 mForegroundCallState = foregroundCall;
96 mForegroundCallState = in.readInt();
135 return mForegroundCallState;
248 out.writeInt(mForegroundCallState);
271 result = prime * result + mForegroundCallState;
291 mForegroundCallState != other.mForegroundCallState &&
302 sb.append(", Foreground call state: " + mForegroundCallState);
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 195 private int mForegroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
    [all...]

Completed in 556 milliseconds