/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | Graph.java | 39 public abstract GraphType getType(); in getType() method in Graph 87 json.add(TYPE_KEY, new JsonPrimitive(getType().toString())); in toJson()
|
D | LineGraph.java | 60 public GraphType getType() { in getType() method in LineGraph
|
D | Histogram.java | 66 public GraphType getType() { in getType() method in Histogram
|
D | BoxPlot.java | 77 public GraphType getType() { in getType() method in BoxPlot
|
/test/suite_harness/tools/dex-tools/src/dex/reader/ |
D | DexFieldImpl.java | 73 public String getType() { in getType() method in DexFieldImpl 99 builder.append(formatter.format(getType())); in toString()
|
D | DexEncodedAnnotationImpl.java | 59 public DexEncodedValueType getType() { in getType() method in DexEncodedAnnotationImpl
|
D | DexEncodedValueImpl.java | 273 public DexEncodedValueType getType() { in getType() method in DexEncodedValueImpl
|
/test/suite_harness/tools/dex-tools/src/dex/structure/ |
D | DexEncodedValue.java | 30 DexEncodedValueType getType(); in getType() method
|
D | DexField.java | 30 String getType(); in getType() method
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | MetricsXmlSerializer.java | 44 mXmlSerializer.attribute(null, "scoreType", summary.getType().toReportString()); in serialize()
|
D | ReportLog.java | 117 public ResultType getType() { in getType() method in ReportLog.Metric 130 serializer.attribute(null, SCORETYPE_ATTR, getType().toReportString()); in serialize()
|
D | ReadElf.java | 707 public int getType() { in getType() method in ReadElf
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointRunEntity.java | 305 || profilingReport.getType() == VtsProfilingType.UNKNOWN_VTS_PROFILING_TYPE in fromProfilingReport() 312 VtsProfilingType type = profilingReport.getType(); in fromProfilingReport()
|
D | TestAcknowledgmentEntity.java | 232 Type listType = new TypeToken<List<String>>() {}.getType(); in fromJson()
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 270 assertEquals(profilingPointRunEntity.getType(), profilingPointEntity.getType()); in testNewSummary()
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReadElfTest.java | 115 assertEquals("getType() ", type, elf.getType()); in checkReadElf()
|
D | ResultHandlerTest.java | 436 assertEquals("Incorrect type", ResultType.HIGHER_BETTER, summary.getType()); in checkResult()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServlet.java | 125 profilingPointRun.getType(), in updateSummaries()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | DatastoreRestServlet.java | 468 testType = testRunEntity.getType(); in insertTestPlanReport()
|
D | TestDataForDevServlet.java | 603 type = testRun.getType(); in doPost()
|