Home
last modified time | relevance | path

Searched refs:parseIntAttribute (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java320 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml()
344 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
H A DShortcutPackage.java1946 ret.mIsInitilized = ShortcutService.parseIntAttribute(parser, ATTR_SCHEMA_VERSON, 0) in loadFromXml()
1949 ShortcutService.parseIntAttribute(parser, ATTR_CALL_COUNT); in loadFromXml()
2022 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut()
2027 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut()
2030 disabledMessageResId = ShortcutService.parseIntAttribute(parser, in parseShortcut()
2034 disabledReason = ShortcutService.parseIntAttribute(parser, ATTR_DISABLED_REASON); in parseShortcut()
H A DShortcutService.java841 static int parseIntAttribute(TypedXmlPullParser parser, String attribute) { in parseIntAttribute() method in ShortcutService
845 static int parseIntAttribute(TypedXmlPullParser parser, String attribute, int def) { in parseIntAttribute() method in ShortcutService
/aosp12/frameworks/base/services/
H A Dart-profile32983 HPLcom/android/server/pm/ShortcutService;->parseIntAttribute(Landroid/util/TypedXmlPullParser;Ljava…
32984 PLcom/android/server/pm/ShortcutService;->parseIntAttribute(Landroid/util/TypedXmlPullParser;Ljava/…