Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java314 Key minRunKey = KeyFactory.createKey(grandparentKey, parentKind, startTime); in getProfilingTimeFilter() local
317 minRunKey, ProfilingPointRunEntity.KIND, String.valueOf((char) 0x0)); in getProfilingTimeFilter()
361 Key minRunKey = KeyFactory.createKey(grandparentKey, parentKind, startTime); in getDeviceTimeFilter() local
362 Key startKey = KeyFactory.createKey(minRunKey, DeviceInfoEntity.KIND, 1); in getDeviceTimeFilter()