Home
last modified time | relevance | path

Searched defs:actionLabel (Results 1 – 7 of 7) sorted by relevance

/packages/providers/MediaProvider/
Dgen_strings.py79 actionLabel = "Modifying" variable
81 actionLabel = "Deleting" variable
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperInfoHelper.java38 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent()
47 CharSequence actionLabel = getActionLabel(context, wallpaperInfo); in loadExploreIntent() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperInfoContent.kt30 private var actionLabel: CharSequence? = null in <lambda>() variable in com.android.wallpaper.widget.floatingsheetcontent.WallpaperInfoContent
55 actionLabel: CharSequence?, in <lambda>() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java60 CharSequence actionLabel, in populateWallpaperInfo()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserActionFactoryTest.kt52 private val actionLabel = "Action label" constant
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action()
79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { in createCustomAction()
/packages/apps/Dialer/java/com/android/dialer/widget/
DEmptyContentView.java45 private @StringRes int actionLabel; field in EmptyContentView