Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java2219 Intent intent = ShortcutService.parseIntentAttribute(parser, in parseIntent()
H A DShortcutService.java919 static Intent parseIntentAttribute(TypedXmlPullParser parser, String attribute) { in parseIntentAttribute() method in ShortcutService