Home
last modified time | relevance | path

Searched full:ancestor (Results 1 – 11 of 11) sorted by relevance

/test/vti/dashboard/src/main/webapp/WEB-INF/
Ddatastore-indexes.xml17 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">
22 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">
27 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">
31 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">
35 <datastore-index kind="TestPlanRun" ancestor="true" source="manual">
39 <datastore-index kind="TestStatus" ancestor="false" source="manual">
44 <datastore-index kind="TestRun" ancestor="true" source="manual">
49 <datastore-index kind="TestRun" ancestor="true" source="manual">
54 <datastore-index kind="TestRun" ancestor="true" source="manual">
58 <datastore-index kind="TestRun" ancestor="true" source="manual">
[all …]
/test/vti/test_serving/gae/
Dindex.yaml3 ancestor: no
14 ancestor: no
26 ancestor: no
60 ancestor: no
73 ancestor: no
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageServlet.java104 .ancestor(testRunKey).list(); in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestRunRestServlet.java74 TestRunEntity testRun = ofy().load().type(TestRunEntity.class).ancestor(testKey) in getLatestTestRunDetails()
DCoverageRestServlet.java113 ofy().load().type(ApiCoverageEntity.class).ancestor(testRunKey).list(); in postCoverageDataSum()
DDatastoreRestServlet.java474 .ancestor(testRunEntity.getOfyKey()) in insertTestPlanReport()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DCoverageEntity.java276 * @param parentKey The ancestor key for the coverage entity.
DDeviceInfoEntity.java262 * @param parent The ancestor key for the device entity.
DProfilingPointRunEntity.java297 * @param parent The ancestor objectify key for the coverage entity.
DTestRunEntity.java305 ofy().load().type(ApiCoverageEntity.class).ancestor(testRunKey).list(); in getApiCoverageEntityList()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java439 * @param ancestorKey The ancestor key to use in the query.