Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java458 Set<DeviceInfoEntity> deviceInfoEntitySet = new HashSet<>(); in insertTestPlanReport() local
478 deviceInfoEntitySet.add(deviceInfoEntity); in insertTestPlanReport()
505 for (DeviceInfoEntity device : deviceInfoEntitySet) { in insertTestPlanReport()