Home
last modified time | relevance | path

Searched defs:startKey (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DBranchEntity.java70 com.googlecode.objectify.Key startKey = in getByBranch() local
DBuildTargetEntity.java75 com.googlecode.objectify.Key startKey = in getByBuildTarget() local
/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java315 Key startKey = in getProfilingTimeFilter() local
362 Key startKey = KeyFactory.createKey(minRunKey, DeviceInfoEntity.KIND, 1); in getDeviceTimeFilter() local
406 Key startKey = KeyFactory.createKey(testKey, kind, startTime); in getTimeFilter() local
DDatastoreHelper.java113 Key startKey = KeyFactory.createKey(parentKey, kind, lowerBound); in hasNewer() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java358 com.google.cloud.datastore.Key startKey = in getCoverageDataTable() local