Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java9159 @java.lang.Deprecated com.google.protobuf.ByteString getDirPath(); in getDirPath() method
9515 @java.lang.Deprecated public com.google.protobuf.ByteString getDirPath() { in getDirPath() method in VtsReportMessage.CoverageReportMessage
9703 result = result && getDirPath() in equals()
9704 .equals(other.getDirPath()); in equals()
9753 hash = (53 * hash) + getDirPath().hashCode(); in hashCode()
10032 setDirPath(other.getDirPath()); in mergeFrom()
10435 @java.lang.Deprecated public com.google.protobuf.ByteString getDirPath() { in getDirPath() method in VtsReportMessage.CoverageReportMessage.Builder
10465 dirPath_ = getDefaultInstance().getDirPath(); in clearDirPath()