Searched defs:actionLabel (Results 1 – 6 of 6) 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
55 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()
45 private @StringRes int actionLabel; field in EmptyContentView
126 String actionLabel, ResolutionIntent resolutionIntent, Action action, int postDelayMs, in TmaMediaEvent()