Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java184 response.getOutputStream().write(blobFile.getContent()); in downloadHandler()
221 InputStream blobInputStream = new ByteArrayInputStream(blobFile.getContent()); in defaultHandler()
256 response.getOutputStream().write(blobFile.getContent()); in defaultHandler()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java226 blobFile.getContent()); in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java12732 com.google.protobuf.ByteString getContent(); in getContent() method
12891 public com.google.protobuf.ByteString getContent() { in getContent() method in VtsReportMessage.LogMessage
12965 result = result && getContent() in equals()
12966 .equals(other.getContent()); in equals()
12989 hash = (53 * hash) + getContent().hashCode(); in hashCode()
13205 setContent(other.getContent()); in mergeFrom()
13357 public com.google.protobuf.ByteString getContent() { in getContent() method in VtsReportMessage.LogMessage.Builder
13387 content_ = getDefaultInstance().getContent(); in clearContent()
13495 com.google.protobuf.ByteString getContent(); in getContent() method
13656 public com.google.protobuf.ByteString getContent() { in getContent() method in VtsReportMessage.UrlResourceMessage
[all …]