Searched refs:deviceInfos (Results 1 – 2 of 2) sorted by relevance
202 Map<Key, Entity> deviceInfos = datastore.get(gets); in doGetHandler() local204 for (Key deviceKey : deviceInfos.keySet()) { in doGetHandler()208 DeviceInfoEntity device = DeviceInfoEntity.fromEntity(deviceInfos.get(deviceKey)); in doGetHandler()
144 List<DeviceInfoEntity> deviceInfos = deviceInfoMap.get(mostRecentRun.getKey()); in generateToTBreakdown() local145 if (deviceInfos.size() > 0) { in generateToTBreakdown()146 DeviceInfoEntity totDevice = deviceInfos.get(0); in generateToTBreakdown()