Searched refs:textResId (Results 1 – 4 of 4) sorted by relevance
/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 | 301 final int textResId = sa.getResourceId(R.styleable.Shortcut_shortcutLongLabel, 0); in parseShortcutAttributes() local 321 textResId, in parseShortcutAttributes() 333 int titleResId, int textResId, int disabledMessageResId, in createShortcutFromManifest() argument 356 textResId, in createShortcutFromManifest()
|
D | ShortcutPackage.java | 1512 int textResId; in parseShortcut() local 1538 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut() 1617 title, titleResId, titleResName, text, textResId, textResName, in parseShortcut()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 2155 CharSequence text, int textResId, String textResName, in ShortcutInfo() argument 2169 mTextResId = textResId; in ShortcutInfo()
|