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.java246 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml()
270 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
DShortcutPackageInfo.java174 final int versionCode = ShortcutService.parseIntAttribute(parser, ATTR_VERSION); in loadFromXml()
DShortcutPackage.java1352 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()
DShortcutService.java732 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