/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperInfoHelper.java | 39 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/ |
D | WallpaperInfoContent.kt | 30 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>()
|
D | WallpaperInfoView.kt | 49 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/ |
D | EmptyContentView.java | 45 private @StringRes int actionLabel; field in EmptyContentView 95 actionLabel = resourceId; in setActionLabel() 106 return actionLabel; in getActionLabel()
|
/packages/providers/MediaProvider/ |
D | gen_strings.py | 79 actionLabel = "Modifying" variable 81 actionLabel = "Deleting" variable
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBar.java | 55 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/ |
D | ChooserActionFactoryTest.kt | 54 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/ |
D | Banner.kt | 83 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/ |
D | CloudBanners.kt | 58 override fun actionLabel(): String? { in actionLabel() method 100 override fun actionLabel(): String? { in buildCloudChooseAccountBanner() method
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | WallpaperInfoView.java | 60 CharSequence actionLabel, in populateWallpaperInfo() argument 93 mExploreButton.setText(actionLabel); in populateWallpaperInfo()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardId.java | 97 mCustomActionLabel = (mEditorInfo.actionLabel != null) in KeyboardId() 98 ? mEditorInfo.actionLabel.toString() : null; in KeyboardId()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | LxxActionCustomTests.java | 33 editorInfo.actionLabel = "customLabel"; in testActionCustom()
|
D | KlpActionCustomTests.java | 33 editorInfo.actionLabel = "customLabel"; in testActionCustom()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | InputTypeUtils.java | 110 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 445 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/ |
D | ProfileSelectorFeature.kt | 136 override fun actionLabel(): String? { in buildBanner() method
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/banners/ |
D | BannerTest.kt | 85 @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/ |
D | CarLatinIME.java | 459 } else if (editorInfo.actionLabel != null) { in getImeOptionsActionIdFromEditorInfo()
|
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
D | LeanbackKeyboardContainer.java | 878 mEnterKeyText = attribute.actionLabel; in setImeOptions()
|