Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerActivity.java126 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate() local
127 if (!TextUtils.isEmpty(deepLinkCollectionId)) { in onCreate()
130 deepLinkCollectionId)); in onCreate()
H A DCategoryFragment.java267 String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreateView() local
268 if (!TextUtils.isEmpty(deepLinkCollectionId)) { in onCreateView()
270 .getIndividualPickerFragment(deepLinkCollectionId); in onCreateView()