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.java131 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNoOnPlaybackConfigChanged_returnsEmptyList() local
152 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withOneMatchingConfiguration_returnsActiveContext() local
177 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withMultipleConfiguration_returnsActiveContexts() local
205 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigurations_returnsActiveContext() local
222 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withNoActiveConfigurations_returnsEmptyContexts() local
279 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfig_beforeTimeout_returnsContexts() local
313 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigs_beforeTimeout_returnsContexts() local
349 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_afterResetStillActiveContexts_returnsEmptyContext() local
390 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfig_afterTimeout_returnsContext() local
421 List<AudioAttributes> activeAttributes = in getAllActiveContextsForPrimaryZone_withInactiveConfigs_afterTimeout_returnsEmpty() local
[all …]
DCarAudioZoneUnitTest.java463 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnsAllActiveAttributes() local
484 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_returnsNoMatchingAttributes() local
511 List<AudioAttributes> activeAttributes = mTestAudioZone in findActiveAudioAttributesFromPlaybackConfigurations_withMultipleZoneConfigs() local
523 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()
DZoneAudioPlaybackCallback.java90 List<AudioAttributes> activeAttributes = mCarAudioZone in startTimersForContextThatBecameInactiveLocked() local
138 List<AudioAttributes> activeAttributes = new ArrayList<>(); in getStillActiveContextAndRemoveExpiredContextsLocked() local