Searched refs:mCategoryList (Results 1 – 1 of 1) sorted by relevance
147 private MutableLiveData<List<Category>> mCategoryList; field in PickerViewModel505 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()