Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDeepLinkUtils.java23 private static final String KEY_COLLECTION_ID = "collection_id"; field in DeepLinkUtils
42 return isDeepLink(intent) ? intent.getData().getQueryParameter(KEY_COLLECTION_ID) : null; in getCollectionId()