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.java550 Uri exploreUri = Uri.parse(actionUrl); in refreshCurrentWallpapers()
553 … intentChecker.fetchValidActionViewIntent(exploreUri, (@Nullable Intent exploreIntent) -> { in refreshCurrentWallpapers()
DCategoryFragment.java566 Uri exploreUri = Uri.parse(actionUrl); in bindWallpaperActionButtons() local
570 … intentChecker.fetchValidActionViewIntent(exploreUri, (@Nullable Intent exploreIntent) -> { in bindWallpaperActionButtons()