Searched defs:actionLabel (Results 1 – 7 of 7) sorted by relevance
79 actionLabel = "Modifying" variable81 actionLabel = "Deleting" variable
38 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent()47 CharSequence actionLabel = getActionLabel(context, wallpaperInfo); 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()
52 private val actionLabel = "Action label" constant
55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action()79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { in createCustomAction()
45 private @StringRes int actionLabel; field in EmptyContentView