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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java79 public static class NameNotFoundException extends AndroidException { class in class:PackageManager
80 public NameNotFoundException() { method in class:PackageManager.NameNotFoundException
83 public NameNotFoundException(String name) { method in class:PackageManager.NameNotFoundException
2588 * @throws NameNotFoundException if a package with the given name cannot be
2608 throws NameNotFoundException;
2637 * @throws NameNotFoundException if a package with the given name cannot be
2658 @PackageInfoFlags int flags, @UserIdInt int userId) throws NameNotFoundException;
2719 * @throws NameNotFoundException if a package with the given name cannot be
2723 throws NameNotFoundException;
2736 * @throws NameNotFoundException i
[all...]

Completed in 74 milliseconds