Searched refs:shouldShowAccountUpdatedBanner (Results 1 – 8 of 8) sorted by relevance
85 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testCloudMediaAvailable()100 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testChooseAccount()118 assertTrue(mBannerController.shouldShowAccountUpdatedBanner()); in testAccountUpdated()124 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testAccountUpdated()141 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testChooseApp()155 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testNoChange()176 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testCloudProviderSlowQueryFallback()191 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testCloudProviderSlowQueryFallback()
61 .postValue(bannerController.shouldShowAccountUpdatedBanner()); in getTestCloudBannerManager()97 .postValue(bannerController.shouldShowAccountUpdatedBanner());
979 assertTrue(mBannerController.shouldShowAccountUpdatedBanner()); in testDismissAccountUpdatedBanner()984 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testDismissAccountUpdatedBanner()990 assertFalse(mBannerController.shouldShowAccountUpdatedBanner()); in testDismissAccountUpdatedBanner()
51 @NonNull LiveData<Boolean> shouldShowAccountUpdatedBanner, in AlbumsTabAdapter() argument60 shouldShowAccountUpdatedBanner, shouldShowChooseAccountBanner, in AlbumsTabAdapter()
67 @NonNull LiveData<Boolean> shouldShowAccountUpdatedBanner, in PhotosTabAdapter() argument78 shouldShowAccountUpdatedBanner, shouldShowChooseAccountBanner, in PhotosTabAdapter()
84 @NonNull LiveData<Boolean> shouldShowAccountUpdatedBanner, in TabAdapter() argument101 shouldShowAccountUpdatedBanner.observe(lifecycleOwner, isVisible -> in TabAdapter()
365 .postValue(bannerController.shouldShowAccountUpdatedBanner()); in maybeInitialiseAndSetBannersForCurrentUser()
309 boolean shouldShowAccountUpdatedBanner() { in shouldShowAccountUpdatedBanner() method in BannerController