Searched refs:mAudioAttributesToContext (Results 1 – 1 of 1) sorted by relevance
376 private final Map<AudioAttributesWrapper, Integer> mAudioAttributesToContext = field in CarAudioContext429 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()