Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java3912 systrace_ = java.util.Collections.emptyList(); in TestCaseReportMessage()
3990systrace_ = new java.util.ArrayList<com.android.vts.proto.VtsReportMessage.SystraceReportMessage>(… in TestCaseReportMessage()
3993 systrace_.add( in TestCaseReportMessage()
4021 systrace_ = java.util.Collections.unmodifiableList(systrace_); in TestCaseReportMessage()
4239 private java.util.List<com.android.vts.proto.VtsReportMessage.SystraceReportMessage> systrace_; field in VtsReportMessage.TestCaseReportMessage
4248 return systrace_; in getSystraceList()
4259 return systrace_; in getSystraceOrBuilderList()
4269 return systrace_.size(); in getSystraceCount()
4279 return systrace_.get(index); in getSystrace()
4290 return systrace_.get(index); in getSystraceOrBuilder()
[all …]