Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DTopLevelPickerActivity.java677 String currentlySetCollectionId = mDelegate.getPreferences().getHomeWallpaperCollectionId(); in populateCategoryTabs() local
697 && currentlySetCollectionId != null in populateCategoryTabs()
698 && currentlySetCollectionId.equals(category.getCollectionId())); in populateCategoryTabs()