Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java147 private MutableLiveData<List<Category>> mCategoryList; field in PickerViewModel
505 if (mCategoryList != null) { in resetAllContentInCurrentProfile()
507 mCategoryList.postValue(categoryList), in resetAllContentInCurrentProfile()
963 if (mCategoryList == null) { in getCategories()
966 return mCategoryList; in getCategories()
1017 mCategoryList.postValue(loadCategories(userId)); in loadCategoriesAsync()
1025 if (mCategoryList == null) { in updateCategories()
1026 mCategoryList = new MutableLiveData<>(); in updateCategories()