Searched refs:parseIntAttribute (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutLauncher.java | 268 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml() 292 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
|
D | ShortcutPackage.java | 1611 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()
|
D | ShortcutService.java | 764 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/ |
D | art-profile | 11664 HSPLcom/android/server/pm/ShortcutService;->parseIntAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/l…
|