Home
last modified time | relevance | path

Searched defs:onDeviceFile (Results 1 – 2 of 2) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DSharedFileManagerTest.java287 File onDeviceFile = simulateDownload(file, getLastFileName(), AllowedReaders.ALL_GOOGLE_APPS); in testRemoveFileEntry_partialDownloadFileNotDeleted() local
342 File onDeviceFile = simulateDownload(file, getLastFileName(), AllowedReaders.ALL_GOOGLE_APPS); in testStartImport_whenFileAlreadyDownloaded_returnsEarly() local
406 File onDeviceFile = simulateDownload(file, getLastFileName(), AllowedReaders.ALL_GOOGLE_APPS); in testNotifyCurrentSize_partialDownloadFile() local
448 File onDeviceFile = in testDontDeleteUnsubscribedFiles() local
560 File onDeviceFile = simulateDownload(file, getLastFileName(), AllowedReaders.ALL_GOOGLE_APPS); in testStartDownload_downloadedFile() local
630 File onDeviceFile = simulateDownload(file, getLastFileName(), AllowedReaders.ALL_GOOGLE_APPS); in testVerifyDownload_alreadyDownloaded() local
966 File onDeviceFile = simulateDownload(file, getLastFileName(), AllowedReaders.ALL_GOOGLE_APPS); in testOnDeviceUri() local
982 File onDeviceFile; in simulateDownload() local
DFileGroupManagerTest.java4392 File onDeviceFile = simulateDownload(file, fileGroup.getFile(0).getFileId()); in testDownloadFileGroup_success_oneFileCanBeCopiedBeforeDownload() local
4597 File onDeviceFile = simulateDownload(file, file.getFileId()); in testDownloadFileGroup_nonToBeSharedFile_neverShared() local
5259 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareBeforeDownload_toBeSharedFile_canBeCopied() local
5804 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareAfterDownload_nonToBeSharedFile_neverShared() local
5860 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareAfterDownload_toBeSharedFile_neverShared() local
6014 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareAfterDownload_updateMaxExpirationDateSecsReturnsFalse() local
6084 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareAfterDownload_setAndroidSharedDownloadedFileEntryReturnsFalse() local
6145 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareAfterDownload_copyBlobThrowsIOException() local
6208 File onDeviceFile = simulateDownload(file, existingSharedFile.getFileName()); in tryToShareAfterDownload_fileStorageThrowsLimitExceededException() local
7052 File onDeviceFile = new File(publicDirectory, fileName); in simulateDownload() local