Searched refs:shouldShowChooseAccountBannerLiveData (Results 1 – 6 of 6) sorted by relevance
62 shouldShowChooseAccountBannerLiveData() in getTestCloudBannerManager()98 shouldShowChooseAccountBannerLiveData()
999 assertTrue(mPickerViewModel.shouldShowChooseAccountBannerLiveData().getValue()); in testDismissChooseAccountBanner()1004 assertFalse(mPickerViewModel.shouldShowChooseAccountBannerLiveData().getValue()); in testDismissChooseAccountBanner()1010 assertFalse(mPickerViewModel.shouldShowChooseAccountBannerLiveData().getValue()); in testDismissChooseAccountBanner()
190 MutableLiveData<Boolean> shouldShowChooseAccountBannerLiveData() { in shouldShowChooseAccountBannerLiveData() method in BannerManager366 shouldShowChooseAccountBannerLiveData() in maybeInitialiseAndSetBannersForCurrentUser()
1675 public LiveData<Boolean> shouldShowChooseAccountBannerLiveData() { in shouldShowChooseAccountBannerLiveData() method in PickerViewModel1676 return mBannerManager.shouldShowChooseAccountBannerLiveData(); in shouldShowChooseAccountBannerLiveData()
58 mPickerViewModel.shouldShowChooseAccountBannerLiveData(), in onViewCreated()
141 ? mPickerViewModel.shouldShowChooseAccountBannerLiveData() : doNotShowBanner; in onViewCreated()