Home
last modified time | relevance | path

Searched refs:shouldShowChooseAccountBannerLiveData (Results 1 – 6 of 6) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DBannerTestUtils.java62 shouldShowChooseAccountBannerLiveData() in getTestCloudBannerManager()
98 shouldShowChooseAccountBannerLiveData()
DPickerViewModelTest.java999 assertTrue(mPickerViewModel.shouldShowChooseAccountBannerLiveData().getValue()); in testDismissChooseAccountBanner()
1004 assertFalse(mPickerViewModel.shouldShowChooseAccountBannerLiveData().getValue()); in testDismissChooseAccountBanner()
1010 assertFalse(mPickerViewModel.shouldShowChooseAccountBannerLiveData().getValue()); in testDismissChooseAccountBanner()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DBannerManager.java190 MutableLiveData<Boolean> shouldShowChooseAccountBannerLiveData() { in shouldShowChooseAccountBannerLiveData() method in BannerManager
366 shouldShowChooseAccountBannerLiveData() in maybeInitialiseAndSetBannersForCurrentUser()
DPickerViewModel.java1675 public LiveData<Boolean> shouldShowChooseAccountBannerLiveData() { in shouldShowChooseAccountBannerLiveData() method in PickerViewModel
1676 return mBannerManager.shouldShowChooseAccountBannerLiveData(); in shouldShowChooseAccountBannerLiveData()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DAlbumsTabFragment.java58 mPickerViewModel.shouldShowChooseAccountBannerLiveData(), in onViewCreated()
DPhotosTabFragment.java141 ? mPickerViewModel.shouldShowChooseAccountBannerLiveData() : doNotShowBanner; in onViewCreated()