Searched refs:testParentKey (Results 1 – 8 of 8) sorted by relevance
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | CodeCoverageEntityTest.java | 34 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()
|
D | CodeCoverageFileEntityTest.java | 37 Key testParentKey = Key.create(TestEntity.class, "test1"); in saveTest() local 38 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in saveTest()
|
D | ApiCoverageExcludedEntityTest.java | 52 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/ |
D | CoverageRestServletTest.java | 75 Key testParentKey = Key.create(TestEntity.class, "test1"); in testApiData() local 76 Key testRunParentKey = Key.create(testParentKey, TestRunEntity.class, 1); in testApiData()
|
D | DataRestServletTest.java | 75 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/ |
D | ApiCoverageEntity.java | 117 Key testParentKey = Key.create(TestEntity.class, testRunKey.getParent().getName()); in getParentKey() local 118 return Key.create(testParentKey, TestRunEntity.class, testRunKey.getId()); in getParentKey()
|
D | CodeCoverageEntity.java | 102 Key testParentKey = Key.create(TestEntity.class, testRunKey.getParent().getName()); in getParentKey() local 103 return Key.create(testParentKey, TestRunEntity.class, testRunKey.getId()); in getParentKey()
|
D | TestPlanRunEntity.java | 141 com.googlecode.objectify.Key testParentKey = in TestPlanRunEntity() 146 testParentKey, TestRunEntity.class, testRun.getId()); in TestPlanRunEntity()
|