Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/entity/
DCodeCoverageEntityTest.java34 Key testParentKey = Key.create(TestEntity.class, "test1"); in saveTest() local
35 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in saveTest()
48 Key testParentKey = Key.create(TestEntity.class, "test1"); in getUrlSafeKeyTest() local
49 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in getUrlSafeKeyTest()
DCodeCoverageFileEntityTest.java37 Key testParentKey = Key.create(TestEntity.class, "test1"); in saveTest() local
38 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in saveTest()
DApiCoverageExcludedEntityTest.java52 Key testParentKey = Key.create(TestEntity.class, "test1"); in getUrlSafeKeyTest() local
53 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in getUrlSafeKeyTest()
/test/vti/dashboard/src/test/java/com/android/vts/api/
DCoverageRestServletTest.java75 Key testParentKey = Key.create(TestEntity.class, "test1"); in testApiData() local
76 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in testApiData()
DDataRestServletTest.java75 Key testParentKey = Key.create(TestEntity.class, "test1"); in setUpExtra() local
76 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in setUpExtra()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DApiCoverageEntity.java117 Key testParentKey = Key.create(TestEntity.class, testRunKey.getParent().getName()); in getParentKey() local
118 return Key.create(testParentKey, TestRunEntity.class, testRunKey.getId()); in getParentKey()
DCodeCoverageEntity.java102 Key testParentKey = Key.create(TestEntity.class, testRunKey.getParent().getName()); in getParentKey() local
103 return Key.create(testParentKey, TestRunEntity.class, testRunKey.getId()); in getParentKey()
DTestPlanRunEntity.java141 com.googlecode.objectify.Key testParentKey = in TestPlanRunEntity()
146 testParentKey, TestRunEntity.class, testRun.getId()); in TestPlanRunEntity()