Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/model/
DItem.java51 public static final Item EMPTY_VIEW = new Item("EMPTY_VIEW"); field in Item
DCategory.java53 public static final Category EMPTY_VIEW = new Category("EMPTY_VIEW"); field in Category
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java494 itemsList.add(Item.EMPTY_VIEW); in resetAllContentInCurrentProfile()
504 categoryList.add(Category.EMPTY_VIEW); in resetAllContentInCurrentProfile()