Searched refs:parseIntAttribute (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutLauncher.java | 246 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml() 270 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
|
D | ShortcutPackageInfo.java | 174 final int versionCode = ShortcutService.parseIntAttribute(parser, ATTR_VERSION); in loadFromXml()
|
D | ShortcutPackage.java | 1352 ShortcutService.parseIntAttribute(parser, ATTR_CALL_COUNT); in loadFromXml() 1414 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut() 1417 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut() 1420 disabledMessageResId = ShortcutService.parseIntAttribute(parser, in parseShortcut()
|
D | ShortcutService.java | 732 static int parseIntAttribute(XmlPullParser parser, String attribute) { in parseIntAttribute() method in ShortcutService 736 static int parseIntAttribute(XmlPullParser parser, String attribute, int def) { in parseIntAttribute() method in ShortcutService
|