Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerActivity.java161 final String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate() local
171 } else if (!TextUtils.isEmpty(deepLinkCollectionId)) { in onCreate()
175 this, deepLinkCollectionId)); in onCreate()