Searched refs:deviceInfoEntityMap (Results 1 – 1 of 1) sorted by relevance
220 Collection<DeviceInfoEntity> deviceInfoEntityMap = in getCoverageDispatcher() local229 deviceInfoEntityMap.stream().filter(isBranchAndDevice(branch, device)); in getCoverageDispatcher()232 deviceInfoEntityStream = deviceInfoEntityMap.stream().filter(isBranch(branch)); in getCoverageDispatcher()235 deviceInfoEntityStream = deviceInfoEntityMap.stream().filter(isDevice(device)); in getCoverageDispatcher()