Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarAudioPlaybackCallbackTest.java106 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withNoOnPlaybackConfigChanged_returnsEmptyList()
127 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withOneMatchingConfiguration_returnsActiveContext()
152 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withMultipleConfiguration_returnsActiveContexts()
178 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withInactiveConfigurations_returnsActiveContext()
205 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withNoActiveConfigurations_returnsEmptyContexts()
246 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withInactiveConfig_beforeTimeout_returnsContexts()
288 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withInactiveConfigs_beforeTimeout_returnsContexts()
332 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_afterResetStillActiveContexts_returnsEmptyContext()
373 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withInactiveConfig_afterTimeout_returnsContext()
414 callback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone_withInactiveConfigs_afterTimeout_returnsEmpty()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioPlaybackCallback.java76 public List<Integer> getAllActiveContextsForPrimaryZone() { in getAllActiveContextsForPrimaryZone() method in CarAudioPlaybackCallback
H A DCarAudioService.java1286 getAllActiveContextsForPrimaryZone(), getCallStateForZone(zoneId), in getSuggestedAudioContextForPrimaryZone()
1549 private List<Integer> getAllActiveContextsForPrimaryZone() { in getAllActiveContextsForPrimaryZone() method in CarAudioService
1551 return mCarAudioPlaybackCallback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone()