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/
DZoneAudioPlaybackCallbackTest.java149 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNoOnPlaybackConfigChanged_returnsEmptyList() local
170 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withOneMatchingConfiguration_returnsActiveContext() local
188 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNullPlaybackMonitor() local
214 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withMultipleConfiguration_returnsActiveContexts() local
242 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigurations_returnsActiveContext() local
259 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNoActiveConfigurations_returnsEmptyContexts() local
316 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfig_beforeTimeout_returnsContexts() local
350 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigs_beforeTimeout_returnsContexts() local
386 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_afterResetStillActiveContexts_returnsEmptyContext() local
427 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfig_afterTimeout_returnsContext() local
[all …]
DCarAudioZoneUnitTest.java526 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnsAllActiveAttributes() local
547 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnsNoMatchingAttributes() local
574 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_withMultipleZoneConfigs() local
586 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_onEmptyConfigurations_retEmpty() local
/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java206 ArraySet<AudioAttributes> activeAttributes = in getSuggestedAudioContextAndSaveIfFound() local
218 ArraySet<AudioAttributes> activeAttributes, SparseIntArray contextPriorities, in findActiveContextWithHighestPriority()
279 ArraySet<AudioAttributes> activeAttributes = getActiveAttributes(activePlaybackContext, in isAnyContextActive() local
299 List<AudioAttributes> activeAttributes, int callState, in getActiveAttributes()
DZoneAudioPlaybackCallback.java107 List<AudioAttributes> activeAttributes = mCarAudioZone in startTimersForContextThatBecameInactiveLocked() local
180 List<AudioAttributes> activeAttributes = new ArrayList<>(); in getStillActiveContextAndRemoveExpiredContextsLocked() local