Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioFocus.java105 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()
DCarAudioContext.java242 static @AudioContext int getContextForAttributes(AudioAttributes attributes) { in getContextForAttributes() method in CarAudioContext
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioContextTest.java73 assertThat(CarAudioContext.getContextForAttributes(attributes)).isEqualTo(MUSIC); in getContextForAudioAttributes_forAttributeWithValidUsage_returnsContext()
81 assertThat(CarAudioContext.getContextForAttributes(attributes)).isEqualTo(INVALID); in getContextForAudioAttributes_forAttributesWithInvalidUsage_returnsInvalidContext()