Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java19950 testModuleName_ = com.google.protobuf.LazyStringArrayList.EMPTY; in TestPlanReportMessage()
19988 testModuleName_ = new com.google.protobuf.LazyStringArrayList(); in TestPlanReportMessage()
19991 testModuleName_.add(bs); in TestPlanReportMessage()
20048 testModuleName_ = testModuleName_.getUnmodifiableView(); in TestPlanReportMessage()
20077 private com.google.protobuf.LazyStringList testModuleName_; field in VtsReportMessage.TestPlanReportMessage
20088 return testModuleName_; in getTestModuleNameList()
20099 return testModuleName_.size(); in getTestModuleNameCount()
20110 return testModuleName_.get(index); in getTestModuleName()
20122 return testModuleName_.getByteString(index); in getTestModuleNameBytes()
20328 for (int i = 0; i < testModuleName_.size(); i++) { in writeTo()
[all …]