Searched refs:existingDevices (Results 1 – 1 of 1) sorted by relevance
2108 ArraySet<Integer> existingDevices = new ArraySet<>(); in validateDeviceTypes_forGroupWithNoDynamicDevices() local2111 .that(carVolumeGroup.validateDeviceTypes(existingDevices)).isTrue(); in validateDeviceTypes_forGroupWithNoDynamicDevices()2112 expectWithMessage("Dynamic devices for group").that(existingDevices).isEmpty(); in validateDeviceTypes_forGroupWithNoDynamicDevices()2118 ArraySet<Integer> existingDevices = new ArraySet<>(); in validateDeviceTypes_forGroupWithNoDynamicDevices_andExistingBusDevice() local2119 existingDevices.add(TYPE_BUS); in validateDeviceTypes_forGroupWithNoDynamicDevices_andExistingBusDevice()2122 .that(carVolumeGroup.validateDeviceTypes(existingDevices)).isTrue(); in validateDeviceTypes_forGroupWithNoDynamicDevices_andExistingBusDevice()2123 expectWithMessage("Dynamic devices for group with BUS device").that(existingDevices) in validateDeviceTypes_forGroupWithNoDynamicDevices_andExistingBusDevice()2130 ArraySet<Integer> existingDevices = new ArraySet<>(); in validateDeviceTypes_forGroupWithDynamicTypes() local2133 .that(carVolumeGroup.validateDeviceTypes(existingDevices)).isTrue(); in validateDeviceTypes_forGroupWithDynamicTypes()2135 .that(existingDevices).containsExactly(TYPE_BLUETOOTH_A2DP); in validateDeviceTypes_forGroupWithDynamicTypes()[all …]