Searched defs:actionLabel (Results 1 – 6 of 6) sorted by relevance
38 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent()47 CharSequence actionLabel = context.getString(R.string.explore); in loadExploreIntent() local66 CharSequence actionLabel = context.getString(R.string.explore); in loadExploreIntent() local
30 private var actionLabel: CharSequence? = null in <lambda>() variable in com.android.wallpaper.widget.floatingsheetcontent.WallpaperInfoContent55 actionLabel: CharSequence?, in <lambda>() method
60 CharSequence actionLabel, in populateWallpaperInfo()
55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action()79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { in createCustomAction()
54 private val actionLabel = "Action label" constant
45 private @StringRes int actionLabel; field in EmptyContentView