Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioContext.java796 private final int mCarAudioContextId; field in CarAudioContext.AudioAttributesWrapper
800 mCarAudioContextId = INVALID; in AudioAttributesWrapper()
807 mCarAudioContextId = carAudioContextId; in AudioAttributesWrapper()
825 return (mCarAudioContextId != INVALID || that.mCarAudioContextId != INVALID) in equals()
826 ? mCarAudioContextId == that.mCarAudioContextId in equals()
832 return Integer.hashCode(mCarAudioContextId == INVALID in hashCode()
833 ? mAudioAttributes.getSystemUsage() : mCarAudioContextId); in hashCode()
852 return mCarAudioContextId; in getCarAudioContextId()