Searched defs:NameNotFoundException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java89 public static class NameNotFoundException extends AndroidException { class in class:PackageManager
90 public NameNotFoundException() { method in class:PackageManager.NameNotFoundException
93 public NameNotFoundException(String name) { method in class:PackageManager.NameNotFoundException
3015 * @throws NameNotFoundException if a package with the given name cannot be
3019 throws NameNotFoundException;
3040 * @throws NameNotFoundException if a package with the given name cannot be
3044 @PackageInfoFlags int flags) throws NameNotFoundException;
3061 * @throws NameNotFoundException if a package with the given name cannot be
3067 @PackageInfoFlags int flags, @UserIdInt int userId) throws NameNotFoundException;
3143 * @throws NameNotFoundException i
[all...]

Completed in 69 milliseconds