Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java53 public static final String START_TIME = "startTime"; field in ProfilingPointSummaryEntity
253 profilingSummary.setIndexedProperty(START_TIME, this.startTime); in toEntity()
298 || !e.hasProperty(START_TIME) in fromEntity()
355 long startTime = (long) e.getProperty(START_TIME); in fromEntity()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java171 ProfilingPointSummaryEntity.START_TIME, in updatePerformanceSummary()
176 ProfilingPointSummaryEntity.START_TIME, in updatePerformanceSummary()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java108 ProfilingPointSummaryEntity.START_TIME, in doGetHandler()
113 ProfilingPointSummaryEntity.START_TIME, in doGetHandler()