Searched refs:parseIntAttribute (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutLauncher.java | 342 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId); in loadFromXml() 366 : ShortcutService.parseIntAttribute(parser, in loadFromXml()
|
D | ShortcutPackage.java | 2045 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()
|
D | ShortcutService.java | 880 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/ |
D | art-wear-profile | 19753 PLcom/android/server/pm/ShortcutService;->parseIntAttribute(Lcom/android/modules/utils/TypedXmlPull… 19754 PLcom/android/server/pm/ShortcutService;->parseIntAttribute(Lcom/android/modules/utils/TypedXmlPull…
|