Home
last modified time | relevance | path

Searched refs:parseIntAttribute (Results 1 – 4 of 4) 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.java1611 ShortcutService.parseIntAttribute(parser, ATTR_CALL_COUNT); in loadFromXml()
1683 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut()
1686 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut()
1689 disabledMessageResId = ShortcutService.parseIntAttribute(parser, in parseShortcut()
1693 disabledReason = ShortcutService.parseIntAttribute(parser, ATTR_DISABLED_REASON); in parseShortcut()
DShortcutService.java764 static int parseIntAttribute(XmlPullParser parser, String attribute) { in parseIntAttribute() method in ShortcutService
768 static int parseIntAttribute(XmlPullParser parser, String attribute, int def) { in parseIntAttribute() method in ShortcutService
/frameworks/base/services/
Dart-profile11664 HSPLcom/android/server/pm/ShortcutService;->parseIntAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/l…