Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DDeepLinkUtils.java30 public static boolean isDeepLink(Intent intent) { in isDeepLink() method in DeepLinkUtils
42 return isDeepLink(intent) ? intent.getData().getQueryParameter(KEY_COLLECTION_ID) : null; in getCollectionId()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCategorySelectorFragment.java162 if (!DeepLinkUtils.isDeepLink(getActivity().getIntent())) { in onCreateView()