Searched refs:shouldShowCloudMediaAvailableBanner (Results 1 – 8 of 8) sorted by relevance
84 assertTrue(mBannerController.shouldShowCloudMediaAvailableBanner()); in testCloudMediaAvailable()90 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testCloudMediaAvailable()101 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testChooseAccount()119 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testAccountUpdated()139 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testChooseApp()154 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testNoChange()175 assertTrue(mBannerController.shouldShowCloudMediaAvailableBanner()); in testCloudProviderSlowQueryFallback()190 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testCloudProviderSlowQueryFallback()
59 .postValue(bannerController.shouldShowCloudMediaAvailableBanner()); in getTestCloudBannerManager()95 .postValue(bannerController.shouldShowCloudMediaAvailableBanner());
957 assertTrue(mBannerController.shouldShowCloudMediaAvailableBanner()); in testDismissCloudMediaAvailableBanner()962 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testDismissCloudMediaAvailableBanner()968 assertFalse(mBannerController.shouldShowCloudMediaAvailableBanner()); in testDismissCloudMediaAvailableBanner()
50 @NonNull LiveData<Boolean> shouldShowCloudMediaAvailableBanner, in AlbumsTabAdapter() argument59 shouldShowChooseAppBanner, shouldShowCloudMediaAvailableBanner, in AlbumsTabAdapter()
66 @NonNull LiveData<Boolean> shouldShowCloudMediaAvailableBanner, in PhotosTabAdapter() argument77 shouldShowChooseAppBanner, shouldShowCloudMediaAvailableBanner, in PhotosTabAdapter()
83 @NonNull LiveData<Boolean> shouldShowCloudMediaAvailableBanner, in TabAdapter() argument98 shouldShowCloudMediaAvailableBanner.observe(lifecycleOwner, isVisible -> in TabAdapter()
363 .postValue(bannerController.shouldShowCloudMediaAvailableBanner()); in maybeInitialiseAndSetBannersForCurrentUser()
302 boolean shouldShowCloudMediaAvailableBanner() { in shouldShowCloudMediaAvailableBanner() method in BannerController