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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java87 public static class NameNotFoundException extends AndroidException { class in class:PackageManager
88 public NameNotFoundException() { method in class:PackageManager.NameNotFoundException
91 public NameNotFoundException(String name) { method in class:PackageManager.NameNotFoundException
2923 * @throws NameNotFoundException if a package with the given name cannot be
2927 throws NameNotFoundException;
2948 * @throws NameNotFoundException if a package with the given name cannot be
2952 @PackageInfoFlags int flags) throws NameNotFoundException;
2969 * @throws NameNotFoundException if a package with the given name cannot be
2975 @PackageInfoFlags int flags, @UserIdInt int userId) throws NameNotFoundException;
3036 * @throws NameNotFoundException i
[all...]

Completed in 3147 milliseconds