Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
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 …]
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPlaybackCallback.java76 public List<Integer> getAllActiveContextsForPrimaryZone() { in getAllActiveContextsForPrimaryZone() method in CarAudioPlaybackCallback
DCarAudioService.java1301 getAllActiveContextsForPrimaryZone(), getCallStateForZone(zoneId), in getSuggestedAudioContextForPrimaryZone()
1564 private List<Integer> getAllActiveContextsForPrimaryZone() { in getAllActiveContextsForPrimaryZone() method in CarAudioService
1566 return mCarAudioPlaybackCallback.getAllActiveContextsForPrimaryZone(); in getAllActiveContextsForPrimaryZone()