Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java174 private Category mCurrentCategory; field in PickerViewModel
858 mCurrentCategory = category; in getPaginatedCategoryItemsForAction()
868 || !TextUtils.equals(mCurrentCategory.getId(), in getPaginatedCategoryItemsForAction()
900 if (mCategoryItemsResult == null || mCurrentCategory == null) { in updateCategoryItems()
919 final Category category = mCurrentCategory; in loadCategoryItemsAsync()
942 Log.d(TAG, "All items have been loaded for category: " + mCurrentCategory); in loadCategoryItemsAsync()
944 if (Objects.equals(category, mCurrentCategory)) { in loadCategoryItemsAsync()