Searched refs:getType (Results 1 – 11 of 11) sorted by relevance
39 public abstract GraphType getType(); in getType() method in Graph87 json.add(TYPE_KEY, new JsonPrimitive(getType().toString())); in toJson()
66 public GraphType getType() { in getType() method in Histogram
60 public GraphType getType() { in getType() method in LineGraph
77 public GraphType getType() { in getType() method in BoxPlot
305 || profilingReport.getType() == VtsProfilingType.UNKNOWN_VTS_PROFILING_TYPE in fromProfilingReport()312 VtsProfilingType type = profilingReport.getType(); in fromProfilingReport()
232 Type listType = new TypeToken<List<String>>() {}.getType(); in fromJson()
270 assertEquals(profilingPointRunEntity.getType(), profilingPointEntity.getType()); in testNewSummary()
125 profilingPointRun.getType(), in updateSummaries()
468 testType = testRunEntity.getType(); in insertTestPlanReport()
603 type = testRun.getType(); in doPost()
131 if (desc.getType() != getDescriptor()) { in valueOf()252 if (desc.getType() != getDescriptor()) { in valueOf()384 if (desc.getType() != getDescriptor()) { in valueOf()516 if (desc.getType() != getDescriptor()) { in valueOf()6463 com.android.vts.proto.VtsReportMessage.VtsProfilingType getType(); in getType() method6791 public com.android.vts.proto.VtsReportMessage.VtsProfilingType getType() { in getType() method in VtsReportMessage.ProfilingReportMessage7441 setType(other.getType()); in mergeFrom()7577 public com.android.vts.proto.VtsReportMessage.VtsProfilingType getType() { in getType() method in VtsReportMessage.ProfilingReportMessage.Builder