Searched refs:shouldShowAccountUpdatedBannerLiveData (Results 1 – 6 of 6) sorted by relevance
60 shouldShowAccountUpdatedBannerLiveData() in getTestCloudBannerManager()96 shouldShowAccountUpdatedBannerLiveData()
980 assertTrue(mPickerViewModel.shouldShowAccountUpdatedBannerLiveData().getValue()); in testDismissAccountUpdatedBanner()985 assertFalse(mPickerViewModel.shouldShowAccountUpdatedBannerLiveData().getValue()); in testDismissAccountUpdatedBanner()991 assertFalse(mPickerViewModel.shouldShowAccountUpdatedBannerLiveData().getValue()); in testDismissAccountUpdatedBanner()
182 MutableLiveData<Boolean> shouldShowAccountUpdatedBannerLiveData() { in shouldShowAccountUpdatedBannerLiveData() method in BannerManager364 shouldShowAccountUpdatedBannerLiveData() in maybeInitialiseAndSetBannersForCurrentUser()
1667 public LiveData<Boolean> shouldShowAccountUpdatedBannerLiveData() { in shouldShowAccountUpdatedBannerLiveData() method in PickerViewModel1668 return mBannerManager.shouldShowAccountUpdatedBannerLiveData(); in shouldShowAccountUpdatedBannerLiveData()
57 mPickerViewModel.shouldShowAccountUpdatedBannerLiveData(), in onViewCreated()
139 ? mPickerViewModel.shouldShowAccountUpdatedBannerLiveData() : doNotShowBanner; in onViewCreated()