Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestRunEntity.java285 com.googlecode.objectify.Key testRunKey = this.getOfyKey(); in getCodeCoverageEntityKey()
291 public com.googlecode.objectify.Key getOfyKey() { in getOfyKey() method in TestRunEntity
303 com.googlecode.objectify.Key testRunKey = this.getOfyKey(); in getApiCoverageEntityList()
DTestPlanRunEntity.java213 return this.getOfyKey().toUrlSafe(); in getUrlSafeKey()
239 public com.googlecode.objectify.Key getOfyKey() { in getOfyKey() method in TestPlanRunEntity
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java474 .ancestor(testRunEntity.getOfyKey()) in insertTestPlanReport()
506 deviceInfoEntityList.add(device.copyWithParent(testPlanRunEntity.getOfyKey())); in insertTestPlanReport()
527 testPlanRunEntity.getOfyKey(), in insertTestPlanReport()
DTestDataForDevServlet.java640 device.copyWithParent(testPlanRun.getOfyKey()).toEntity()); in doPost()