Home
last modified time | relevance | path

Searched refs:getCloudProviderWithTimeout (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerSyncController.java353 final String cloudProvider = getCloudProviderWithTimeout(); in maybeEnableCloudMediaQueries()
415 final String cloudProvider = getCloudProviderWithTimeout(); in syncAllMediaFromCloudProvider()
445 executeSyncAlbumReset(getCloudProviderWithTimeout(), isLocal, albumId); in syncAlbumMedia()
467 syncAlbumMediaFromProvider(getCloudProviderWithTimeout(), /* isLocal */ false, albumId, in syncAlbumMediaFromCloudProvider()
653 public String getCloudProviderWithTimeout() throws UnableToAcquireLockException { in getCloudProviderWithTimeout() method in PickerSyncController
670 return getCloudProviderWithTimeout(); in getCloudProviderOrDefault()
701 final String currentCloudProvider = getCloudProviderWithTimeout(); in getCloudProviderLatestCollectionInfo()
1798 String currentCloudProvider = getCloudProviderWithTimeout(); in executePagedSync()
2163 && cloudProvider.equals(getCloudProviderWithTimeout()) in shouldQueryCloudMedia()
2186 && cloudProvider.equals(getCloudProviderWithTimeout()) in shouldQueryCloudMediaForSearch()
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/sync/
DMediaResetWorker.java110 mAuthority = controller.getCloudProviderWithTimeout(); in doWork()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DPickerSyncControllerTest.java240 .getCloudProviderWithTimeout(); in testSyncIsCancelledIfCloudProviderIsChanged()