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.java342 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml()
366 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
DShortcutPackage.java2045 ret.mIsAppSearchSchemaUpToDate = ShortcutService.parseIntAttribute( in loadFromXml()
2048 ret.mApiCallCount = ShortcutService.parseIntAttribute(parser, ATTR_CALL_COUNT); in loadFromXml()
2129 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut()
2134 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut()
2137 disabledMessageResId = ShortcutService.parseIntAttribute(parser, in parseShortcut()
2141 disabledReason = ShortcutService.parseIntAttribute(parser, ATTR_DISABLED_REASON); in parseShortcut()
DShortcutService.java880 static int parseIntAttribute(TypedXmlPullParser parser, String attribute) { in parseIntAttribute() method in ShortcutService
884 static int parseIntAttribute(TypedXmlPullParser parser, String attribute, int def) { in parseIntAttribute() method in ShortcutService
/frameworks/base/services/
Dart-wear-profile19753 PLcom/android/server/pm/ShortcutService;->parseIntAttribute(Lcom/android/modules/utils/TypedXmlPull…
19754 PLcom/android/server/pm/ShortcutService;->parseIntAttribute(Lcom/android/modules/utils/TypedXmlPull…