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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java86 public static class NameNotFoundException extends AndroidException { class in class:PackageManager
87 public NameNotFoundException() { method in class:PackageManager.NameNotFoundException
90 public NameNotFoundException(String name) { method in class:PackageManager.NameNotFoundException
2841 * @throws NameNotFoundException if a package with the given name cannot be
2845 throws NameNotFoundException;
2866 * @throws NameNotFoundException if a package with the given name cannot be
2870 @PackageInfoFlags int flags) throws NameNotFoundException;
2887 * @throws NameNotFoundException if a package with the given name cannot be
2893 @PackageInfoFlags int flags, @UserIdInt int userId) throws NameNotFoundException;
2954 * @throws NameNotFoundException i
[all...]

Completed in 2956 milliseconds