Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java326 Key maxRunKey = KeyFactory.createKey(grandparentKey, parentKind, endTime); in getProfilingTimeFilter() local
329 maxRunKey, ProfilingPointRunEntity.KIND, String.valueOf((char) 0xff)); in getProfilingTimeFilter()
371 Key maxRunKey = KeyFactory.createKey(grandparentKey, parentKind, endTime); in getDeviceTimeFilter() local
372 Key endKey = KeyFactory.createKey(maxRunKey, DeviceInfoEntity.KIND, Long.MAX_VALUE); in getDeviceTimeFilter()