Searched refs:deviceInfoEntity (Results 1 – 6 of 6) sorted by relevance
250 DeviceInfoEntity deviceInfoEntity = in insertTestReport() local252 if (deviceInfoEntity == null) { in insertTestReport()257 TestRunEntity.TestRunType.fromBuildId(deviceInfoEntity.getBuildId()); in insertTestReport()263 deviceInfoEntityList.add(deviceInfoEntity); in insertTestReport()264 BuildTargetEntity target = new BuildTargetEntity(deviceInfoEntity.getBuildFlavor()); in insertTestReport()268 BranchEntity branch = new BranchEntity(deviceInfoEntity.getBranch()); in insertTestReport()477 for (DeviceInfoEntity deviceInfoEntity : deviceInfoEntityListWithTestRunKey) { in insertTestPlanReport()478 deviceInfoEntitySet.add(deviceInfoEntity); in insertTestPlanReport()
475 DeviceInfoEntity deviceInfoEntity = in doPost()485 datastore.put(deviceInfoEntity.toEntity()); in doPost()607 for (Entity deviceInfoEntity : in doPost()610 DeviceInfoEntity.fromEntity(deviceInfoEntity); in doPost()
264 for (DeviceInfoEntity deviceInfoEntity : devices) { in processReport()265 buildAliasList.add(deviceInfoEntity.getBranch()); in processReport()266 buildFlavorList.add(deviceInfoEntity.getBuildFlavor()); in processReport()267 productVariantList.add(deviceInfoEntity.getProduct()); in processReport()268 buildIdList.add(deviceInfoEntity.getBuildId()); in processReport()270 String abiName = deviceInfoEntity.getAbiName(); in processReport()271 String abiBitness = deviceInfoEntity.getAbiBitness(); in processReport()
158 .map(deviceInfoEntity -> deviceInfoEntity.getBranch()) in getBranchSet()175 .map(deviceInfoEntity -> deviceInfoEntity.getBuildFlavor()) in getDeviceSet()
247 DeviceInfoEntity deviceInfoEntity = DeviceInfoEntity.fromEntity(e); in doPost() local249 devices.add(deviceInfoEntity); in doPost()
242 deviceInfoEntity -> { in getCoverageDispatcher()246 deviceInfoEntity in getCoverageDispatcher()253 deviceInfoEntity.getParent().getId()); in getCoverageDispatcher()