Searched refs:LABELS (Results 1 – 3 of 3) sorted by relevance
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsPerformanceJobServletTest.java | 50 private static final String[] LABELS = new String[] {"label1", "label2", "label3"}; field in VtsPerformanceJobServletTest 124 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in setUp() 136 pt = createProfilingReport(LABELS, LOW_VALS, mode); in setUp() 152 pt = createProfilingReport(LABELS, LOW_VALS, mode); in setUp() 164 pt = createProfilingReport(LABELS, HIGH_VALS, mode); in setUp() 180 pt = createProfilingReport(LABELS, HIGH_VALS, mode); in setUp() 187 pt = createProfilingReport(LABELS, LOW_VALS, mode); in setUp() 218 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in testPerformanceSummaryDroppedProfilingPoint() 236 ProfilingPointSummaryEntity pt = createProfilingReport(LABELS, HIGH_VALS, mode); in testPerformanceSummaryAddedProfilingPoint()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointRunEntity.java | 55 public static final String LABELS = "labels"; field in ProfilingPointRunEntity 239 profilingRun.setUnindexedProperty(LABELS, this.labels); in toEntity() 278 if (e.hasProperty(LABELS)) { in fromEntity() 279 labels = (List<String>) e.getProperty(LABELS); in fromEntity()
|
D | ProfilingPointSummaryEntity.java | 58 public static final String LABELS = "labels"; field in ProfilingPointSummaryEntity 272 profilingSummary.setUnindexedProperty(LABELS, this.labels); in toEntity() 324 if (e.hasProperty(LABELS)) { in fromEntity() 325 labels = (List<String>) e.getProperty(LABELS); in fromEntity()
|