Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperInfoContent.kt29 private var exploreIntent: Intent? = null in <lambda>() variable in com.android.wallpaper.widget.floatingsheetcontent.WallpaperInfoContent
56 exploreIntent: Intent? -> in <lambda>() method
58 this.exploreIntent = exploreIntent in <lambda>()
66 context.startActivity(exploreIntent) in <lambda>()
73 WallpaperInfoHelper.shouldShowExploreButton(context, exploreIntent) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperInfoHelper.java38 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent() argument
80 public static boolean shouldShowExploreButton(Context context, @Nullable Intent exploreIntent) { in shouldShowExploreButton() argument
81 return exploreIntent != null && !ActivityUtils.isSUWMode(context); in shouldShowExploreButton()