Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioDynamicRouting.java133 List<Integer> contextIdsForAddress = group.getContextsForAddress(address); in setupAudioDynamicRoutingForGroup()
DCarVolumeGroup.java415 List<Integer> getContextsForAddress(@NonNull String address) { in getContextsForAddress() method in CarVolumeGroup
436 List<Integer> contextsForAddress = getContextsForAddress(address); in getAllSupportedUsagesForAddress()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DVolumeGroupBuilder.java155 when(carVolumeGroup.getContextsForAddress(address)) in build()
DCarVolumeGroupUnitTest.java297 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(MEDIA_DEVICE_ADDRESS); in getContextsForAddress_returnsContextsBoundToThatAddress()
308 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(OTHER_ADDRESS); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java635 .that(volumeGroup.getContextsForAddress(BUS_0_ADDRESS)) in loadAudioZones_parsesContexts()
639 List<Integer> contextForBusList = rseVolumeGroup.getContextsForAddress(BUS_100_ADDRESS); in loadAudioZones_parsesContexts()
685 + BUS_0_ADDRESS).that(volumeGroup.getContextsForAddress(BUS_0_ADDRESS)) in loadAudioZones_versionTwoParsesContexts()
690 rseVolumeGroup.getContextsForAddress(BUS_100_ADDRESS); in loadAudioZones_versionTwoParsesContexts()
DCarAudioDynamicRoutingTest.java379 when(carVolumeGroup.getContextsForAddress(address)) in build()