/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
D | ActionButtonsPreference.java | 241 public ActionButtonsPreference setButton1Text(@StringRes int textResId) { in setButton1Text() argument 242 final String newText = getContext().getString(textResId); in setButton1Text() 306 public ActionButtonsPreference setButton2Text(@StringRes int textResId) { in setButton2Text() argument 307 final String newText = getContext().getString(textResId); in setButton2Text() 371 public ActionButtonsPreference setButton3Text(@StringRes int textResId) { in setButton3Text() argument 372 final String newText = getContext().getString(textResId); in setButton3Text() 436 public ActionButtonsPreference setButton4Text(@StringRes int textResId) { in setButton4Text() argument 437 final String newText = getContext().getString(textResId); in setButton4Text()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MigrationTooltipView.java | 48 final int textResId = R.string.accessibility_floating_button_migration_tooltip; in MigrationTooltipView() local 49 setDescription(AnnotationLinkSpan.linkify(getContext().getText(textResId), linkInfo)); in MigrationTooltipView()
|
/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/ |
D | BannerMessagePreference.java | 270 public BannerMessagePreference setPositiveButtonText(@StringRes int textResId) { in setPositiveButtonText() argument 271 return setPositiveButtonText(getContext().getString(textResId)); in setPositiveButtonText() 288 public BannerMessagePreference setNegativeButtonText(@StringRes int textResId) { in setNegativeButtonText() argument 289 return setNegativeButtonText(getContext().getString(textResId)); in setNegativeButtonText() 307 public BannerMessagePreference setSubtitle(@StringRes int textResId) { in setSubtitle() argument 308 return setSubtitle(getContext().getString(textResId)); in setSubtitle()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuActionButton.java | 75 final int textResId = typedArray.getResourceId(1, 0); in TvPipMenuActionButton() local 76 if (textResId != 0) { in TvPipMenuActionButton() 77 setTextAndDescription(getContext().getString(textResId)); in TvPipMenuActionButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardIndicationTextView.java | 75 public void switchIndication(int textResId) { in switchIndication() argument 76 switchIndication(getResources().getText(textResId), null); in switchIndication()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutParser.java | 383 final int textResId = sa.getResourceId(R.styleable.Shortcut_shortcutLongLabel, 0); in parseShortcutAttributes() local 408 textResId, in parseShortcutAttributes() 421 int titleResId, int textResId, int disabledMessageResId, in createShortcutFromManifest() argument 444 textResId, in createShortcutFromManifest()
|
D | ShortcutPackage.java | 1995 int textResId; in parseShortcut() local 2027 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut() 2113 title, titleResId, titleResName, text, textResId, textResName, in parseShortcut()
|
/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/ |
D | RingtonePickerActivity.java | 420 private int addStaticItem(ListView listView, int textResId) { in addStaticItem() argument 423 textView.setText(textResId); in addStaticItem()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 2482 CharSequence text, int textResId, String textResName, in ShortcutInfo() argument 2498 mTextResId = textResId; in ShortcutInfo()
|