Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java905 static Intent parseIntentAttributeNoDefault(TypedXmlPullParser parser, String attribute) { in parseIntentAttributeNoDefault() method in ShortcutService
920 Intent parsed = parseIntentAttributeNoDefault(parser, attribute); in parseIntentAttribute()
H A DShortcutPackage.java2121 intentLegacy = ShortcutService.parseIntentAttributeNoDefault(parser, ATTR_INTENT_LEGACY); in parseShortcut()