Searched refs:mCarAudioContextId (Results 1 – 1 of 1) sorted by relevance
796 private final int mCarAudioContextId; field in CarAudioContext.AudioAttributesWrapper800 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()