Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DBannerTestUtils.java60 shouldShowAccountUpdatedBannerLiveData() in getTestCloudBannerManager()
96 shouldShowAccountUpdatedBannerLiveData()
DPickerViewModelTest.java980 assertTrue(mPickerViewModel.shouldShowAccountUpdatedBannerLiveData().getValue()); in testDismissAccountUpdatedBanner()
985 assertFalse(mPickerViewModel.shouldShowAccountUpdatedBannerLiveData().getValue()); in testDismissAccountUpdatedBanner()
991 assertFalse(mPickerViewModel.shouldShowAccountUpdatedBannerLiveData().getValue()); in testDismissAccountUpdatedBanner()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DBannerManager.java182 MutableLiveData<Boolean> shouldShowAccountUpdatedBannerLiveData() { in shouldShowAccountUpdatedBannerLiveData() method in BannerManager
364 shouldShowAccountUpdatedBannerLiveData() in maybeInitialiseAndSetBannersForCurrentUser()
DPickerViewModel.java1667 public LiveData<Boolean> shouldShowAccountUpdatedBannerLiveData() { in shouldShowAccountUpdatedBannerLiveData() method in PickerViewModel
1668 return mBannerManager.shouldShowAccountUpdatedBannerLiveData(); in shouldShowAccountUpdatedBannerLiveData()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DAlbumsTabFragment.java57 mPickerViewModel.shouldShowAccountUpdatedBannerLiveData(), in onViewCreated()
DPhotosTabFragment.java139 ? mPickerViewModel.shouldShowAccountUpdatedBannerLiveData() : doNotShowBanner; in onViewCreated()