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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java73 public static class NameNotFoundException extends AndroidException { class in class:PackageManager
74 public NameNotFoundException() { method in class:PackageManager.NameNotFoundException
77 public NameNotFoundException(String name) { method in class:PackageManager.NameNotFoundException
2001 * Throws {@link NameNotFoundException} if a package with the given name can
2032 throws NameNotFoundException;
2075 * Throws {@link NameNotFoundException} if a package with the given name
2089 * Throws {@link NameNotFoundException} if a package with the given name
2098 throws NameNotFoundException;
2104 * <p>Throws {@link NameNotFoundException} if a package with the given
2114 throws NameNotFoundException;
[all...]

Completed in 358 milliseconds