Home
last modified time | relevance | path

Searched refs:parseIntAttribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutLauncher.java268 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml()
292 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
DShortcutPackage.java1468 ShortcutService.parseIntAttribute(parser, ATTR_CALL_COUNT); in loadFromXml()
1535 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut()
1538 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut()
1541 disabledMessageResId = ShortcutService.parseIntAttribute(parser, in parseShortcut()
1545 disabledReason = ShortcutService.parseIntAttribute(parser, ATTR_DISABLED_REASON); in parseShortcut()
DShortcutService.java758 static int parseIntAttribute(XmlPullParser parser, String attribute) { in parseIntAttribute() method in ShortcutService
762 static int parseIntAttribute(XmlPullParser parser, String attribute, int def) { in parseIntAttribute() method in ShortcutService