Searched refs:exploreIntent (Results 1 – 2 of 2) sorted by relevance
29 private var exploreIntent: Intent? = null in <lambda>() variable in com.android.wallpaper.widget.floatingsheetcontent.WallpaperInfoContent56 exploreIntent: Intent? -> in <lambda>() method58 this.exploreIntent = exploreIntent in <lambda>()66 context.startActivity(exploreIntent) in <lambda>()73 WallpaperInfoHelper.shouldShowExploreButton(context, exploreIntent) in <lambda>()
38 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent() argument80 public static boolean shouldShowExploreButton(Context context, @Nullable Intent exploreIntent) { in shouldShowExploreButton() argument81 return exploreIntent != null && !ActivityUtils.isSUWMode(context); in shouldShowExploreButton()