Home
last modified time | relevance | path

Searched defs:updatedDataFileList (Results 1 – 5 of 5) sorted by relevance

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
DImportFilesRequest.java55 public abstract ImmutableList<DataFile> updatedDataFileList(); in updatedDataFileList() method in ImportFilesRequest
129 public abstract Builder setUpdatedDataFileList(ImmutableList<DataFile> updatedDataFileList); in setUpdatedDataFileList()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DImportFilesIntegrationTest.java434 ImmutableList<DataFile> updatedDataFileList = ImmutableList.of(INLINE_DATA_FILE_2); in importFiles_whenNewInlineFileSpecified_importsAndStoresFile() local
491 ImmutableList<DataFile> updatedDataFileList = ImmutableList.of(INLINE_DATA_FILE_2); in importFiles_whenNewInlineFileAddedToPendingGroup_importsAndStoresFile() local
DMobileDataDownloadTest.java2344 ImmutableList<DataFile> updatedDataFileList = ImmutableList.of(inlineFile); in importFiles_whenSuccessful_returns() local
2412 ImmutableList<DataFile> updatedDataFileList = ImmutableList.of(inlineFile); in importFiles_whenAccountIsSpecified_usesAccount() local
2481 ImmutableList<DataFile> updatedDataFileList = ImmutableList.of(inlineFile); in importFiles_whenFails_returnsFailure() local
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DMobileDataDownloadManagerTest.java825 ImmutableList<DataFile> updatedDataFileList = in testImportFiles_failed() local
866 ImmutableList<DataFile> updatedDataFileList = in testImportFiles_succeeds() local
DFileGroupManagerTest.java2260 ImmutableList<DataFile> updatedDataFileList = ImmutableList.of(inlineFile); in testImportFilesIntoFileGroup_whenExistingGroupDoesNotExist_fails() local
2565 ImmutableList<DataFile> updatedDataFileList = in testImportFilesIntoFileGroup_whenUnableToReserveNewFiles_fails() local
2694 ImmutableList<DataFile> updatedDataFileList = in testImportFilesIntoFileGroup_whenImportingInlineFileAndPending_mergesGroup() local
2750 ImmutableList<DataFile> updatedDataFileList = in testImportFilesIntoFileGroup_whenImportingInlineFileAndDownloaded_mergesGroup() local
2813 ImmutableList<DataFile> updatedDataFileList = in testImportFilesIntoFileGroup_whenMatchesDownloadedButNotPending_importsToDownloaded() local
2887 ImmutableList<DataFile> updatedDataFileList = in testImportFilesIntoFileGroup_whenMatchesPendingButNotDownloaded_importsToPending() local
3114 ImmutableList<DataFile> updatedDataFileList = in testImportFilesIntoFileGroup_whenImportFails_preventsMetadataUpdate() local