Searched refs:mBackgroundCallState (Results 1 – 2 of 2) sorted by relevance
65 private int mBackgroundCallState = PRECISE_CALL_STATE_NOT_VALID; field in PreciseCallState78 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()
185 private int mBackgroundCallState = PreciseCallState.PRECISE_CALL_STATE_IDLE; field in TelephonyRegistry1196 mBackgroundCallState = backgroundCallState; in notifyPreciseCallState()1223 mBackgroundCallState, disconnectCause, preciseDisconnectCause); in notifyDisconnectCause()1236 mBackgroundCallState, disconnectCause, preciseDisconnectCause); in notifyDisconnectCause()