Home
last modified time | relevance | path

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

/aosp14/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.java2024 ret.mIsAppSearchSchemaUpToDate = ShortcutService.parseIntAttribute( in loadFromXml()
2027 ret.mApiCallCount = ShortcutService.parseIntAttribute(parser, ATTR_CALL_COUNT); in loadFromXml()
2108 titleResId = ShortcutService.parseIntAttribute(parser, ATTR_TITLE_RES_ID); in parseShortcut()
2113 textResId = ShortcutService.parseIntAttribute(parser, ATTR_TEXT_RES_ID); in parseShortcut()
2116 disabledMessageResId = ShortcutService.parseIntAttribute(parser, in parseShortcut()
2120 disabledReason = ShortcutService.parseIntAttribute(parser, ATTR_DISABLED_REASON); in parseShortcut()
H A DShortcutService.java870 static int parseIntAttribute(TypedXmlPullParser parser, String attribute) { in parseIntAttribute() method in ShortcutService
874 static int parseIntAttribute(TypedXmlPullParser parser, String attribute, int def) { in parseIntAttribute() method in ShortcutService