Home
last modified time | relevance | path

Searched refs:textResId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardIndicationTextView.java66 public void switchIndication(int textResId) { in switchIndication() argument
67 switchIndication(getResources().getText(textResId)); in switchIndication()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java301 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()
DShortcutPackage.java1512 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/
DShortcutInfo.java2155 CharSequence text, int textResId, String textResName, in ShortcutInfo() argument
2169 mTextResId = textResId; in ShortcutInfo()