Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DGraph.java39 public abstract GraphType getType(); in getType() method in Graph
87 json.add(TYPE_KEY, new JsonPrimitive(getType().toString())); in toJson()
DLineGraph.java60 public GraphType getType() { in getType() method in LineGraph
DHistogram.java66 public GraphType getType() { in getType() method in Histogram
DBoxPlot.java77 public GraphType getType() { in getType() method in BoxPlot
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexFieldImpl.java73 public String getType() { in getType() method in DexFieldImpl
99 builder.append(formatter.format(getType())); in toString()
DDexEncodedAnnotationImpl.java59 public DexEncodedValueType getType() { in getType() method in DexEncodedAnnotationImpl
DDexEncodedValueImpl.java273 public DexEncodedValueType getType() { in getType() method in DexEncodedValueImpl
/test/suite_harness/tools/dex-tools/src/dex/structure/
DDexEncodedValue.java30 DexEncodedValueType getType(); in getType() method
DDexField.java30 String getType(); in getType() method
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DMetricsXmlSerializer.java44 mXmlSerializer.attribute(null, "scoreType", summary.getType().toReportString()); in serialize()
DReportLog.java117 public ResultType getType() { in getType() method in ReportLog.Metric
130 serializer.attribute(null, SCORETYPE_ATTR, getType().toReportString()); in serialize()
DReadElf.java707 public int getType() { in getType() method in ReadElf
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java305 || profilingReport.getType() == VtsProfilingType.UNKNOWN_VTS_PROFILING_TYPE in fromProfilingReport()
312 VtsProfilingType type = profilingReport.getType(); in fromProfilingReport()
DTestAcknowledgmentEntity.java232 Type listType = new TypeToken<List<String>>() {}.getType(); in fromJson()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java270 assertEquals(profilingPointRunEntity.getType(), profilingPointEntity.getType()); in testNewSummary()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReadElfTest.java115 assertEquals("getType() ", type, elf.getType()); in checkReadElf()
DResultHandlerTest.java436 assertEquals("Incorrect type", ResultType.HIGHER_BETTER, summary.getType()); in checkResult()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java125 profilingPointRun.getType(), in updateSummaries()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java468 testType = testRunEntity.getType(); in insertTestPlanReport()
DTestDataForDevServlet.java603 type = testRun.getType(); in doPost()