Home
last modified time | relevance | path

Searched defs:activeAttributes (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioPlaybackCallbackTest.java119 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNoOnPlaybackConfigChanged_returnsEmptyList() local
140 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withOneMatchingConfiguration_returnsActiveContext() local
165 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withMultipleConfiguration_returnsActiveContexts() local
193 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigurations_returnsActiveContext() local
220 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNoActiveConfigurations_returnsEmptyContexts() local
261 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfig_beforeTimeout_returnsContexts() local
305 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigs_beforeTimeout_returnsContexts() local
351 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_afterResetStillActiveContexts_returnsEmptyContext() local
392 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfig_afterTimeout_returnsContext() local
433 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigs_afterTimeout_returnsEmpty() local
[all …]
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZoneTest.java176 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnsAllActiveAttributes() local
195 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnsNoMatchingAttributes() local
217 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnAllAttributes() local
239 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_missingAddress_retAttribute() local
259 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_withNonMatchContext_retAttr() local
296 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_onEmptyConfigurations_retEmpty() local
/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java192 ArraySet<AudioAttributes> activeAttributes = in getSuggestedAudioContextAndSaveIfFound() local
204 ArraySet<AudioAttributes> activeAttributes, SparseIntArray contextPriorities) { in findActiveContextWithHighestPriority()
244 ArraySet<AudioAttributes> activeAttributes = getActiveAttributes(activePlaybackContext, in isAnyContextActive() local
264 List<AudioAttributes> activeAttributes, int callState, in getActiveAttributes()
DCarAudioPlaybackCallback.java88 List<AudioAttributes> activeAttributes = mCarPrimaryAudioZone in startTimersForContextThatBecameInactiveLocked() local
136 List<AudioAttributes> activeAttributes = new ArrayList<>(); in getStillActiveContextAndRemoveExpiredContextsLocked() local