Searched refs:parseIntAttribute (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutLauncher.java | 320 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml() 344 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
|
H A D | ShortcutPackage.java | 1946 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 D | ShortcutService.java | 841 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 D | art-profile | 32983 HPLcom/android/server/pm/ShortcutService;->parseIntAttribute(Landroid/util/TypedXmlPullParser;Ljava… 32984 PLcom/android/server/pm/ShortcutService;->parseIntAttribute(Landroid/util/TypedXmlPullParser;Ljava/…
|