Searched refs:textResId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
D | ActionButtonsPreference.java | 114 public ActionButtonsPreference setButton1Text(@StringRes int textResId) { in setButton1Text() argument 115 final String newText = getContext().getString(textResId); in setButton1Text() 179 public ActionButtonsPreference setButton2Text(@StringRes int textResId) { in setButton2Text() argument 180 final String newText = getContext().getString(textResId); in setButton2Text() 244 public ActionButtonsPreference setButton3Text(@StringRes int textResId) { in setButton3Text() argument 245 final String newText = getContext().getString(textResId); in setButton3Text() 309 public ActionButtonsPreference setButton4Text(@StringRes int textResId) { in setButton4Text() argument 310 final String newText = getContext().getString(textResId); in setButton4Text()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardIndicationTextView.java | 66 public void switchIndication(int textResId) { in switchIndication() argument 67 switchIndication(getResources().getText(textResId)); 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 403 textResId, in parseShortcutAttributes() 415 int titleResId, int textResId, int disabledMessageResId, in createShortcutFromManifest() argument 438 textResId, in createShortcutFromManifest()
|
D | ShortcutPackage.java | 1658 int textResId; in parseShortcut() local 1686 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut() 1771 title, titleResId, titleResName, text, textResId, textResName, in parseShortcut()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 2331 CharSequence text, int textResId, String textResName, in ShortcutInfo() argument 2346 mTextResId = textResId; in ShortcutInfo()
|