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

  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 65 private int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID;
78 mBackgroundCallState = backgroundCall;
97 mBackgroundCallState = in.readInt();
153 return mBackgroundCallState;
249 out.writeInt(mBackgroundCallState);
272 result = prime * result + mBackgroundCallState;
292 mBackgroundCallState != other.mBackgroundCallState &&
303 sb.append(", Background call state: " + mBackgroundCallState);
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 197 private int mBackgroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE;
    [all...]

Completed in 516 milliseconds