Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java65 private int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState
78 mBackgroundCallState = backgroundCall; in PreciseCallState()
97 mBackgroundCallState = in.readInt(); in PreciseCallState()
153 return mBackgroundCallState; in getBackgroundCallState()
249 out.writeInt(mBackgroundCallState); in writeToParcel()
272 result = prime * result + mBackgroundCallState; in hashCode()
292 mBackgroundCallState != other.mBackgroundCallState && in equals()
303 sb.append(", Background call state: " + mBackgroundCallState); in toString()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java185 private int mBackgroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in TelephonyRegistry
1196 mBackgroundCallState = backgroundCallState; in notifyPreciseCallState()
1223 mBackgroundCallState, disconnectCause, preciseDisconnectCause); in notifyDisconnectCause()
1236 mBackgroundCallState, disconnectCause, preciseDisconnectCause); in notifyDisconnectCause()