Lines Matching defs:NameNotFoundException

79     public static class NameNotFoundException extends AndroidException {
80 public NameNotFoundException() {
83 public NameNotFoundException(String name) {
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 if a package with the given name cannot be
2740 throws NameNotFoundException;
2751 * @throws NameNotFoundException if a package with the given name can not be
2755 throws NameNotFoundException;
2767 * @throws NameNotFoundException if a package with the given name can not be
2772 throws NameNotFoundException;
2784 * @throws NameNotFoundException if a package with the given name can not be
2789 @UserIdInt int userId) throws NameNotFoundException;
2801 * @throws NameNotFoundException if a package with the given name cannot be
2807 throws NameNotFoundException;
2820 * @throws NameNotFoundException if a package with the given name cannot be
2826 @PermissionInfoFlags int flags) throws NameNotFoundException;
2839 * @throws NameNotFoundException if a package with the given name cannot be
2845 @PermissionGroupInfoFlags int flags) throws NameNotFoundException;
2879 * @throws NameNotFoundException if a package with the given name cannot be
2889 @ApplicationInfoFlags int flags) throws NameNotFoundException;
2893 @ApplicationInfoFlags int flags, @UserIdInt int userId) throws NameNotFoundException;
2913 * @throws NameNotFoundException if a package with the given name cannot be
2928 @ComponentInfoFlags int flags) throws NameNotFoundException;
2948 * @throws NameNotFoundException if a package with the given name cannot be
2963 @ComponentInfoFlags int flags) throws NameNotFoundException;
2982 * @throws NameNotFoundException if a package with the given name cannot be
2997 @ComponentInfoFlags int flags) throws NameNotFoundException;
3017 * @throws NameNotFoundException if a package with the given name cannot be
3032 @ComponentInfoFlags int flags) throws NameNotFoundException;
3485 * @throws NameNotFoundException if a package with the given name cannot be
3490 throws NameNotFoundException;
4239 * @throws NameNotFoundException if a package with the given name cannot be
4245 @InstrumentationInfoFlags int flags) throws NameNotFoundException;
4292 * If the activity cannot be found, NameNotFoundException is thrown.
4298 * @throws NameNotFoundException Thrown if the resources for the given
4304 throws NameNotFoundException;
4312 * to a component, NameNotFoundException is thrown.
4318 * @throws NameNotFoundException Thrown if the resources for application
4324 throws NameNotFoundException;
4330 * banner. If the activity cannot be found, NameNotFoundException is thrown.
4335 * @throws NameNotFoundException Thrown if the resources for the given
4340 throws NameNotFoundException;
4348 * be resolved to a component, NameNotFoundException is thrown.
4353 * @throws NameNotFoundException Thrown if the resources for application
4358 throws NameNotFoundException;
4385 * found, NameNotFoundException is thrown.
4392 * @throws NameNotFoundException Thrown if the resources for the given
4398 throws NameNotFoundException;
4414 * found, NameNotFoundException is thrown.
4420 * @throws NameNotFoundException Thrown if the resources for the given
4425 throws NameNotFoundException;
4431 * logo. If the activity cannot be found, NameNotFoundException is thrown.
4436 * @throws NameNotFoundException Thrown if the resources for the given
4441 throws NameNotFoundException;
4449 * to a component, NameNotFoundException is thrown.
4456 * @throws NameNotFoundException Thrown if the resources for application
4462 throws NameNotFoundException;
4481 * found, NameNotFoundException is thrown.
4489 * @throws NameNotFoundException Thrown if the resources for the given
4495 throws NameNotFoundException;
4663 * cannot be found, NameNotFoundException is thrown.
4669 * @throws NameNotFoundException Thrown if the resources for the given
4675 throws NameNotFoundException;
4678 * Retrieve the resources for an application. Throws NameNotFoundException
4684 * @throws NameNotFoundException Thrown if the resources for the given
4688 throws NameNotFoundException;
4694 * appPackageName cannot be found, NameNotFoundException is thrown.
4700 * @throws NameNotFoundException Thrown if the resources for the given
4706 throws NameNotFoundException;
4710 @UserIdInt int userId) throws NameNotFoundException;
4801 public abstract int installExistingPackage(String packageName) throws NameNotFoundException;
4812 throws NameNotFoundException;