Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioContext.java376 private final Map<AudioAttributesWrapper, Integer> mAudioAttributesToContext = field in CarAudioContext
429 if (mAudioAttributesToContext.containsKey(attributesWrapper)) { in CarAudioContext()
430 int mappedContext = mAudioAttributesToContext.get(attributesWrapper); in CarAudioContext()
437 mAudioAttributesToContext.put(attributesWrapper, info.getId()); in CarAudioContext()
570 return mAudioAttributesToContext.getOrDefault( in getContextForAudioAttribute()