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);433 AudioAttributesWrapper attributesWrapper = in CarAudioContext() local435 if (mAudioAttributesToContext.containsKey(attributesWrapper)) { in CarAudioContext()436 int mappedContext = mAudioAttributesToContext.get(attributesWrapper); in CarAudioContext()438 attributesWrapper, mappedContext, info.getId()); in CarAudioContext()[all …]