Home
last modified time | relevance | path

Searched refs:getContextsForAddress (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DVolumeGroupBuilder.java78 when(carVolumeGroup.getContextsForAddress(address)) in build()
H A DCarVolumeGroupUnitTest.java382 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(MEDIA_DEVICE_ADDRESS); in getContextsForAddress_returnsContextsBoundToThatAddress()
393 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(OTHER_ADDRESS); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound()
/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioDynamicRouting.java77 for (int carAudioContext : group.getContextsForAddress(address)) { in setupAudioDynamicRoutingForGroup()
H A DCarVolumeGroup.java124 List<Integer> getContextsForAddress(@NonNull String address) { in getContextsForAddress() method in CarVolumeGroup
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZonesHelperTest.java252 assertThat(volumeGroup.getContextsForAddress(BUS_0_ADDRESS)) in loadAudioZones_parsesContexts()
257 List<Integer> contextForBus100List = rseVolumeGroup.getContextsForAddress(BUS_100_ADDRESS); in loadAudioZones_parsesContexts()
H A DCarAudioZoneTest.java332 when(carVolumeGroup.getContextsForAddress(address)) in build()