Home
last modified time | relevance | path

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

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
DSharedFilesMetadataTest.java530 List<NewFileKey> allFileKeys = sharedFilesMetadata.getAllFileKeys().get(); in testGetAllFileKeys_afterDownloadTransformMigration() local
555 List<NewFileKey> allFileKeys = sharedFilesMetadata.getAllFileKeys().get(); in testGetAllFileKeys_afterChecksumOnlyMigration() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
DStorageLogger.java165 Set<NewFileKey> allFileKeys = new HashSet<>(); in buildStorageStatsInternal() local