Searched refs:getProfilingList (Results 1 – 2 of 2) sorted by relevance
226 for (VtsReportMessage.ProfilingReportMessage profiling : testCase.getProfilingList()) { in insertTestReport()325 for (VtsReportMessage.ProfilingReportMessage profiling : report.getProfilingList()) { in insertTestReport()
3761 getProfilingList(); in getProfilingList() method4192 … java.util.List<com.android.vts.proto.VtsReportMessage.ProfilingReportMessage> getProfilingList() { in getProfilingList() method in VtsReportMessage.TestCaseReportMessage4467 result = result && getProfilingList() in equals()4468 .equals(other.getProfilingList()); in equals()4508 hash = (53 * hash) + getProfilingList().hashCode(); in hashCode()5452 … java.util.List<com.android.vts.proto.VtsReportMessage.ProfilingReportMessage> getProfilingList() { in getProfilingList() method in VtsReportMessage.TestCaseReportMessage.Builder14433 getProfilingList(); in getProfilingList() method15258 … java.util.List<com.android.vts.proto.VtsReportMessage.ProfilingReportMessage> getProfilingList() { in getProfilingList() method in VtsReportMessage.TestReportMessage15806 result = result && getProfilingList() in equals()15807 .equals(other.getProfilingList()); in equals()[all …]