Home
last modified time | relevance | path

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

/external/downloader/src/main/java/com/google/android/downloader/
DProtoFileDownloadDestination.java82 return DownloadMetadata.create(proto.getContentTag(), proto.getLastModifiedTimeSeconds()); in readMetadataFromBytes()
88 if (!metadata.getContentTag().isEmpty()) { in writeMetadataToBytes()
89 builder.setContentTag(metadata.getContentTag()); in writeMetadataToBytes()
DDownloadMetadata.java28 abstract String getContentTag(); in getContentTag() method in DownloadMetadata
DSimpleFileDownloadDestination.java96 dataOutputStream.writeUTF(metadata.getContentTag()); in writeMetadataToBytes()
DDownloader.java634 String contentTag = destinationMetadata.getContentTag(); in runRequest()