Searched refs:mBackgroundCallState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPreciseCallState.java67 private int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in class:PreciseCallState
80 mBackgroundCallState = backgroundCall;
99 mBackgroundCallState = in.readInt();
155 return mBackgroundCallState;
251 out.writeInt(mBackgroundCallState);
274 result = prime * result + mBackgroundCallState;
294 mBackgroundCallState != other.mBackgroundCallState &&
305 sb.append(", Background call state: " + mBackgroundCallState);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java163 private int mBackgroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in class:TelephonyRegistry
984 mBackgroundCallState = backgroundCallState;
1011 mBackgroundCallState, disconnectCause, preciseDisconnectCause);
1024 mBackgroundCallState, disconnectCause, preciseDisconnectCause);

Completed in 829 milliseconds