Searched refs:attributesWrapper (Results 1 – 1 of 1) sorted by relevance
358 AudioAttributesWrapper attributesWrapper =360 if (AUDIO_ATTRIBUTE_TO_CONTEXT.containsKey(attributesWrapper)) {361 int mappedContext = AUDIO_ATTRIBUTE_TO_CONTEXT.get(attributesWrapper);363 attributesWrapper, mappedContext, info.getId()); in Slogf.wtf() argument365 AUDIO_ATTRIBUTE_TO_CONTEXT.put(attributesWrapper, info.getId()); in AUDIO_ATTRIBUTE_TO_CONTEXT.put() argument369 ALL_SUPPORTED_ATTRIBUTES.add(attributesWrapper);427 AudioAttributesWrapper attributesWrapper = in CarAudioContext() local429 if (mAudioAttributesToContext.containsKey(attributesWrapper)) { in CarAudioContext()430 int mappedContext = mAudioAttributesToContext.get(attributesWrapper); in CarAudioContext()432 attributesWrapper, mappedContext, info.getId()); in CarAudioContext()[all …]