Home
last modified time | relevance | path

Searched refs:getContexts (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperLegacyTest.java305 List<Integer> contexts = IntStream.of(mediaVolumeGroup.getContexts()).boxed().collect( in loadAudioZones_associatesLegacyContextsWithCorrectBuses()
310 List<Integer> secondContexts = IntStream.of(secondVolumeGroup.getContexts()).boxed() in loadAudioZones_associatesLegacyContextsWithCorrectBuses()
335 List<Integer> contexts = IntStream.of(mediaVolumeGroup.getContexts()).boxed().collect( in loadAudioZones_associatesNonLegacyContextsWithMediaBus()
DCarAudioDynamicRoutingTest.java376 when(carVolumeGroup.getContexts()).thenReturn(contexts); in build()
DCarAudioZonesHelperTest.java714 List<Integer> audioContexts = Arrays.stream(volumeGroup.getContexts()).boxed() in loadAudioZones_forVersionOne_bindsNonLegacyContextsToDefault()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroup.java355 int[] getContexts() { in getContexts() method in CarVolumeGroup
593 + " contexts: " + Arrays.toString(getContexts()) in toString()
971 int[] contexts = getContexts(); in getAudioDeviceAttributes()
DCoreAudioVolumeGroup.java300 int[] contexts = getContexts(); in updateDevices()
DCarAudioZoneConfig.java270 int[] groupContexts = group.getContexts(); in validateVolumeGroups()
DCarAudioService.java2520 int[] groupAudioContexts = groups[i].getContexts();
2539 int[] contexts = group.getContexts();
2595 return group.getContexts();
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DVolumeGroupBuilder.java152 when(carVolumeGroup.getContexts()).thenReturn(contexts); in build()
DCarVolumeGroupFactoryTest.java105 .that(carVolumeGroup.getContexts()).asList() in setDeviceInfoForContext_associatesContexts()