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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java61 public static class NameNotFoundException extends AndroidException { class in class:PackageManager
62 public NameNotFoundException() { method in class:PackageManager.NameNotFoundException
65 public NameNotFoundException(String name) { method in class:PackageManager.NameNotFoundException
1700 * Throws {@link NameNotFoundException} if a package with the given name can
1731 throws NameNotFoundException;
1774 * Throws {@link NameNotFoundException} if a package with the given name
1788 * Throws {@link NameNotFoundException} if a package with the given name
1797 throws NameNotFoundException;
1803 * <p>Throws {@link NameNotFoundException} if a package with the given
1813 throws NameNotFoundException;
[all...]

Completed in 49 milliseconds