Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java438 List<com.googlecode.objectify.Key<TestRunEntity>> testRunKeyList = new ArrayList<>(); in insertTestPlanReport() local
446 testRunKeyList.add(testRunKey); in insertTestPlanReport()
450 ofy().load().keys(() -> testRunKeyList.iterator()); in insertTestPlanReport()
502 testRunKeyList); in insertTestPlanReport()