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
2576 * @throws NameNotFoundException if a package with the given name cannot be
2596 throws NameNotFoundException;
2625 * @throws NameNotFoundException if a package with the given name cannot be
2646 @PackageInfoFlags int flags, @UserIdInt int userId) throws NameNotFoundException;
2707 * @throws NameNotFoundException if a package with the given name cannot be
2711 throws NameNotFoundException;
2724 * @throws NameNotFoundException i
[all...]

Completed in 52 milliseconds