Home
last modified time | relevance | path

Searched refs:parseIntentAttributeNoDefault (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java1424 intentLegacy = ShortcutService.parseIntentAttributeNoDefault(parser, ATTR_INTENT_LEGACY); in parseShortcut()
DShortcutService.java767 static Intent parseIntentAttributeNoDefault(XmlPullParser parser, String attribute) { in parseIntentAttributeNoDefault() method in ShortcutService
782 Intent parsed = parseIntentAttributeNoDefault(parser, attribute); in parseIntentAttribute()