Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java308 public DeviceInfoEntity copyWithParent(com.googlecode.objectify.Key parentKey) { in copyWithParent() method in DeviceInfoEntity
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java506 deviceInfoEntityList.add(device.copyWithParent(testPlanRunEntity.getOfyKey())); in insertTestPlanReport()
DTestDataForDevServlet.java640 device.copyWithParent(testPlanRun.getOfyKey()).toEntity()); in doPost()