Home
last modified time | relevance | path

Searched refs:actionLabel (Results 1 – 19 of 19) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperInfoHelper.java39 void onReceiveExploreIntent(CharSequence actionLabel, @Nullable Intent exploreIntent); in onReceiveExploreIntent() argument
48 CharSequence actionLabel = getActionLabel(context, wallpaperInfo); in loadExploreIntent() local
54 intent -> callback.onReceiveExploreIntent(actionLabel, intent)); in loadExploreIntent()
56 callback.onReceiveExploreIntent(actionLabel, null); in loadExploreIntent()
61 CharSequence actionLabel = null; in getActionLabel() local
63 actionLabel = ((LiveWallpaperInfo) wallpaperInfo).getActionDescription(context); in getActionLabel()
66 if (TextUtils.isEmpty(actionLabel)) { in getActionLabel()
67 actionLabel = context.getString(R.string.explore); in getActionLabel()
69 return actionLabel; in getActionLabel()
/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
46 if (actionLabel == null) { in <lambda>()
55 actionLabel: CharSequence?, in <lambda>() method
57 this.actionLabel = actionLabel in <lambda>()
72 actionLabel, in <lambda>()
DWallpaperInfoView.kt49 actionLabel: CharSequence?, in populateWallpaperInfo()
55 actionLabel, in populateWallpaperInfo()
64 actionLabel: CharSequence?, in loadWallpaperInfoData()
97 exploreButton?.text = actionLabel in loadWallpaperInfoData()
/packages/apps/Dialer/java/com/android/dialer/widget/
DEmptyContentView.java45 private @StringRes int actionLabel; field in EmptyContentView
95 actionLabel = resourceId; in setActionLabel()
106 return actionLabel; in getActionLabel()
/packages/providers/MediaProvider/
Dgen_strings.py79 actionLabel = "Modifying" variable
81 actionLabel = "Deleting" variable
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java55 private Action(@Nullable Runnable actionRunnable, @Nullable String actionLabel) { in Action() argument
57 mActionLabel = actionLabel; in Action()
79 public static Action createCustomAction(final Runnable runnable, final String actionLabel) { in createCustomAction() argument
80 return new Action(runnable, actionLabel); in createCustomAction()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserActionFactoryTest.kt54 private val actionLabel = "Action label" constant in com.android.intentresolver.ChooserActionFactoryTest
90 assertThat(customActions[0].label).isEqualTo(actionLabel) in testCreateCustomActions()
180 actionLabel, in createFactory()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/banners/
DBanner.kt83 fun actionLabel(): String? { in buildTitle() method
196 if (banner.declaration.dismissable || banner.actionLabel() != null) { in <lambda>()
209 banner.actionLabel()?.let { in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/cloudmedia/
DCloudBanners.kt58 override fun actionLabel(): String? { in actionLabel() method
100 override fun actionLabel(): String? { in buildCloudChooseAccountBanner() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java60 CharSequence actionLabel, in populateWallpaperInfo() argument
93 mExploreButton.setText(actionLabel); in populateWallpaperInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java97 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId()
98 ? mEditorInfo.actionLabel.toString() : null; in KeyboardId()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DLxxActionCustomTests.java33 editorInfo.actionLabel = "customLabel"; in testActionCustom()
DKlpActionCustomTests.java33 editorInfo.actionLabel = "customLabel"; in testActionCustom()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java445 final int finishedInstruction, final int actionIcon, final int actionLabel) {
461 mActionLabel.setText(res.getString(actionLabel));
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/profileselector/
DProfileSelectorFeature.kt136 override fun actionLabel(): String? { in buildBanner() method
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/banners/
DBannerTest.kt85 @Composable override fun actionLabel() = TEST_BANNER_1_ACTION_LABEL in buildTitle() method in com.android.photopicker.core.banners.BannerTest
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java459 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java878 mEnterKeyText = attribute.actionLabel; in setImeOptions()