Searched refs:getContentTag (Results 1 – 4 of 4) sorted by relevance
82 return DownloadMetadata.create(proto.getContentTag(), proto.getLastModifiedTimeSeconds()); in readMetadataFromBytes()88 if (!metadata.getContentTag().isEmpty()) { in writeMetadataToBytes()89 builder.setContentTag(metadata.getContentTag()); in writeMetadataToBytes()
28 abstract String getContentTag(); in getContentTag() method in DownloadMetadata
96 dataOutputStream.writeUTF(metadata.getContentTag()); in writeMetadataToBytes()
634 String contentTag = destinationMetadata.getContentTag(); in runRequest()