Searched refs:shouldQueryCloudMedia (Results 1 – 4 of 4) sorted by relevance
213 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any()); in testAvailableProvidersWithCloudProvider()214 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any(), any()); in testAvailableProvidersWithCloudProvider()295 doReturn(false).when(mMockSyncController).shouldQueryCloudMedia(any()); in testQueryMediaWithInvalidProviders()318 doReturn(false).when(mMockSyncController).shouldQueryCloudMedia(any()); in testQueryMediaWithCloudQueryDisabled()348 doReturn(false).when(mMockSyncController).shouldQueryCloudMedia(any()); in testQueryLocalMediaSortOrder()384 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any()); in queryMediaWithCloudQueryEnabled()385 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any(), any()); in queryMediaWithCloudQueryEnabled()418 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any()); in testQueryCloudMediaSortOrder()419 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any(), any()); in testQueryCloudMediaSortOrder()459 doReturn(true).when(mMockSyncController).shouldQueryCloudMedia(any()); in testQueryLocalAndCloudMediaSortOrder()[all …]
1830 final boolean shouldQueryCloudMedia = in testQueryCloudMediaWhenCloudProviderIsNull()1831 mController.shouldQueryCloudMedia( in testQueryCloudMediaWhenCloudProviderIsNull()1836 .that(shouldQueryCloudMedia) in testQueryCloudMediaWhenCloudProviderIsNull()1845 final boolean shouldQueryCloudMedia = in testQueryCloudMediaWhenCloudProviderHasChanged()1846 mController.shouldQueryCloudMedia( in testQueryCloudMediaWhenCloudProviderHasChanged()1852 .that(shouldQueryCloudMedia) in testQueryCloudMediaWhenCloudProviderHasChanged()1861 final boolean shouldQueryCloudMedia = in testQueryCloudMediaWhenCloudDBQueriesAreDisabled()1862 mController.shouldQueryCloudMedia( in testQueryCloudMediaWhenCloudDBQueriesAreDisabled()1868 .that(shouldQueryCloudMedia) in testQueryCloudMediaWhenCloudDBQueriesAreDisabled()1877 final boolean shouldQueryCloudMedia = in testQueryCloudMedia()[all …]
87 syncController.shouldQueryCloudMedia(query.getProviders(), cloudAuthority) in queryMedia()116 final boolean shouldShowCloudAlbums = syncController.shouldQueryCloudMedia( in queryAlbums()172 syncController.shouldQueryCloudMedia(query.getProviders(), cloudAuthority) in queryAlbumMedia()850 if (syncController.shouldQueryCloudMedia(cloudAuthority)) { in queryAvailableProviders()
1845 public boolean shouldQueryCloudMedia( in shouldQueryCloudMedia() method in PickerSyncController1850 && shouldQueryCloudMedia(cloudProvider); in shouldQueryCloudMedia()1858 public boolean shouldQueryCloudMedia( in shouldQueryCloudMedia() method in PickerSyncController