Home
last modified time | relevance | path

Searched defs:newFileKey (Results 1 – 12 of 12) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DSharedFileManagerTest.java236 NewFileKey newFileKey = in testSubscribeAndUnsubscribeSingleFile() local
253 NewFileKey newFileKey = in testMultipleSubscribes() local
270 NewFileKey newFileKey = in testRemoveFileEntry_nonexistentFile() local
282 NewFileKey newFileKey = in testRemoveFileEntry_partialDownloadFileNotDeleted() local
309 NewFileKey newFileKey = in testStartImport_startsInlineFileCopy() local
338 NewFileKey newFileKey = in testStartImport_whenFileAlreadyDownloaded_returnsEarly() local
360 NewFileKey newFileKey = in testStartImport_whenUnreservedEntry_throws() local
381 NewFileKey newFileKey = in testStartImport_whenNotInlineFileUrlScheme_throws() local
401 NewFileKey newFileKey = in testNotifyCurrentSize_partialDownloadFile() local
443 NewFileKey newFileKey = in testDontDeleteUnsubscribedFiles() local
[all …]
DFileGroupManagerTest.java5140 NewFileKey newFileKey = in tryToShareBeforeDownload_alreadyShared() local
5185 NewFileKey newFileKey = in tryToShareBeforeDownload_toBeSharedFile_blobExists() local
5239 NewFileKey newFileKey = in tryToShareBeforeDownload_toBeSharedFile_canBeCopied() local
5308 NewFileKey newFileKey = in tryToShareBeforeDownload_toBeSharedFile_cannotBeShared_neverDownloaded() local
5344 NewFileKey newFileKey = in tryToShareBeforeDownload_nonToBeSharedFile_alreadyDownloaded_cannotBeShared() local
5398 NewFileKey newFileKey = in tryToShareBeforeDownload_blobUriNotSupported() local
5439 NewFileKey newFileKey = in tryToShareBeforeDownload_setAndroidSharedDownloadedFileEntryReturnsFalse() local
5488 NewFileKey newFileKey = in tryToShareBeforeDownload_blobExistsThrowsIOException() local
5535 NewFileKey newFileKey = in tryToShareBeforeDownload_fileStorageThrowsLimitExceededException() local
5582 NewFileKey newFileKey = in tryToShareAfterDownload_alreadyShared_sameFileGroup() local
[all …]
DSharedFilesMetadataTest.java406 NewFileKey newFileKey = in testDeserializeNewFileKey() local
596 private boolean writeSharedFile(NewFileKey newFileKey, SharedFile sharedFile) in writeSharedFile()
DMddIsolatedStructuresTest.java102 NewFileKey newFileKey; field in MddIsolatedStructuresTest
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
DSharedFilesMetadataUtil.java50 NewFileKey newFileKey, Context context, SilentFeedback silentFeedback) { in getSerializedFileKey()
62 public static String serializeNewFileKey(NewFileKey newFileKey) { in serializeNewFileKey()
73 public static String serializeNewFileKeyWithDownloadTransform(NewFileKey newFileKey) { in serializeNewFileKeyWithDownloadTransform()
89 public static String serializeNewFileKeyWithChecksumOnly(NewFileKey newFileKey) { in serializeNewFileKeyWithChecksumOnly()
102 NewFileKey.Builder newFileKey; in deserializeNewFileKey() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/
DSharedPreferencesSharedFilesMetadata.java179 NewFileKey newFileKey; in migrateToAddDownloadTransform() local
229 NewFileKey newFileKey; in migrateToDedupOnChecksumOnly() local
272 public ListenableFuture<SharedFile> read(NewFileKey newFileKey) { in read()
299 public ListenableFuture<Boolean> write(NewFileKey newFileKey, SharedFile sharedFile) { in write()
310 public ListenableFuture<Boolean> remove(NewFileKey newFileKey) { in remove()
327 NewFileKey newFileKey = in getAllFileKeys() local
DSharedFilesMetadata.java103 NewFileKey newFileKey = in createTempKeyForDeltaFile() local
128 public ListenableFuture<SharedFile> read(NewFileKey newFileKey); in read()
142 public ListenableFuture<Boolean> write(NewFileKey newFileKey, SharedFile sharedFile); in write()
148 public ListenableFuture<Boolean> remove(NewFileKey newFileKey); in remove()
DSharedFileManager.java188 public ListenableFuture<Boolean> reserveFileEntry(NewFileKey newFileKey) { in reserveFileEntry()
DSharedPreferencesFileGroupsMetadata.java155 GroupKey newFileKey = FileGroupsMetadataUtil.deserializeGroupKey(serializedGroupKey); in getAllGroupKeys() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
DStorageLogger.java334 private ListenableFuture<Long> computeFileSize(NewFileKey newFileKey) { in computeFileSize()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/downloader/
DDownloaderCallbackImpl.java347 NewFileKey newFileKey, in getSharedFileOrFail()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/logging/
DStorageLoggerTest.java768 NewFileKey newFileKey = in createDataFileGroupWithFiles() local