Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java298 ShortcutService.throwForInvalidTag(depth, tag); in loadFromFile()
H A DShortcutPackage.java1925 ShortcutService.throwForInvalidTag(depth, tag); in loadFromFile()
2086 throw ShortcutService.throwForInvalidTag(depth, tag); in parseShortcut()
2148 throw ShortcutService.throwForInvalidTag(depth, tag); in parseIntent()
H A DShortcutService.java1091 static IOException throwForInvalidTag(int depth, String tag) throws IOException { in throwForInvalidTag() method in ShortcutService
1156 throwForInvalidTag(depth, tag); in loadUserInternal()