Searched refs:getContextForAttributes (Results 1 – 3 of 3) sorted by relevance
105 int audioContext = CarAudioContext.getContextForAttributes( in abandonNonCriticalFocusLocked()171 int audioContext = CarAudioContext.getContextForAttributes(afi.getAttributes()); in evaluateFocusRequestLocked()190 int requestedContext = CarAudioContext.getContextForAttributes(afi.getAttributes()); in evaluateFocusRequestLocked()203 int delayedRequestedContext = CarAudioContext.getContextForAttributes( in evaluateFocusRequestLocked()
242 static @AudioContext int getContextForAttributes(AudioAttributes attributes) { in getContextForAttributes() method in CarAudioContext
73 assertThat(CarAudioContext.getContextForAttributes(attributes)).isEqualTo(MUSIC); in getContextForAudioAttributes_forAttributeWithValidUsage_returnsContext()81 assertThat(CarAudioContext.getContextForAttributes(attributes)).isEqualTo(INVALID); in getContextForAudioAttributes_forAttributesWithInvalidUsage_returnsInvalidContext()