Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java397 Uri exploreUri = Uri.parse(mWallpaper.getActionUrl(context)); in setUpExploreIntent() local
401 intentChecker.fetchValidActionViewIntent(exploreUri, exploreIntent -> { in setUpExploreIntent()
DTopLevelPickerActivity.java559 Uri exploreUri = Uri.parse(actionUrl); in refreshCurrentWallpapers()
562 … intentChecker.fetchValidActionViewIntent(exploreUri, (@Nullable Intent exploreIntent) -> { in refreshCurrentWallpapers()
DCategoryFragment.java852 Uri exploreUri = Uri.parse(actionUrl); in bindWallpaperActionButtons() local
856 … intentChecker.fetchValidActionViewIntent(exploreUri, (@Nullable Intent exploreIntent) -> { in bindWallpaperActionButtons()