HomeSort by relevance Sort by last modified time
    Searched refs:deviceGets (Results 1 - 3 of 3) sorted by null

  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowPlanReleaseServlet.java 192 List<Key> deviceGets = new ArrayList<>();
198 deviceGets.add(device.getKey());
201 Map<Key, Entity> devices = datastore.get(deviceGets);
ShowTreeServlet.java 215 List<Key> deviceGets = new ArrayList<>();
221 deviceGets.add(device.getKey());
224 Map<Key, Entity> devices = datastore.get(deviceGets);
  /test/vti/dashboard/src/main/java/com/android/vts/util/
TestResults.java 198 List<Key> deviceGets = new ArrayList<>();
202 deviceGets.add(device.getKey());
205 Map<Key, Entity> devices = datastore.get(deviceGets);

Completed in 1408 milliseconds