Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java158 Set<Long> timestamps = new HashSet<>(); in doGetHandler() local
163 timestamps.add(pps.getStartTime()); in doGetHandler()
165 List<Long> timestampList = new ArrayList<>(timestamps); in doGetHandler()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py971 timestamps = frameInfos["value"]["int64Values"]
972 for timestamp in timestamps:
1057 timestamps = frameInfos["value"]["int64Values"]
1058 for timestamp in timestamps: