Lines Matching defs:NameNotFoundException

50     public static class NameNotFoundException extends AndroidException {
51 public NameNotFoundException() {
54 public NameNotFoundException(String name) {
1344 * Throws {@link NameNotFoundException} if a package with the given name can
1375 throws NameNotFoundException;
1402 * <p>Throws {@link NameNotFoundException} if a package with the given
1417 * <p>Throws {@link NameNotFoundException} if a package with the given
1427 throws NameNotFoundException;
1433 * <p>Throws {@link NameNotFoundException} if a package with the given
1443 throws NameNotFoundException;
1448 * <p>Throws {@link NameNotFoundException} if a permission with the given
1460 throws NameNotFoundException;
1465 * <p>Throws {@link NameNotFoundException} if the given group does not
1478 int flags) throws NameNotFoundException;
1484 * <p>Throws {@link NameNotFoundException} if a permission group with the given
1496 int flags) throws NameNotFoundException;
1513 * <p>Throws {@link NameNotFoundException} if an application with the given
1537 int flags) throws NameNotFoundException;
1543 * <p>Throws {@link NameNotFoundException} if an activity with the given
1560 int flags) throws NameNotFoundException;
1566 * <p>Throws {@link NameNotFoundException} if a receiver with the given
1583 int flags) throws NameNotFoundException;
1589 * <p>Throws {@link NameNotFoundException} if a service with the given
1605 int flags) throws NameNotFoundException;
1611 * <p>Throws {@link NameNotFoundException} if a provider with the given
1627 int flags) throws NameNotFoundException;
1938 * @return Returns the uid associated with the shared user, or NameNotFoundException
1943 throws NameNotFoundException;
2282 * <p>Throws {@link NameNotFoundException} if instrumentation with the
2294 ComponentName className, int flags) throws NameNotFoundException;
2337 * If the activity cannot be found, NameNotFoundException is thrown.
2343 * @throws NameNotFoundException Thrown if the resources for the given
2349 throws NameNotFoundException;
2357 * to a component, NameNotFoundException is thrown.
2363 * @throws NameNotFoundException Thrown if the resources for application
2369 throws NameNotFoundException;
2396 * found, NameNotFoundException is thrown.
2403 * @throws NameNotFoundException Thrown if the resources for the given
2409 throws NameNotFoundException;
2415 * If the activity cannot be found, NameNotFoundException is thrown.
2422 * @throws NameNotFoundException Thrown if the resources for the given
2428 throws NameNotFoundException;
2436 * to a component, NameNotFoundException is thrown.
2443 * @throws NameNotFoundException Thrown if the resources for application
2449 throws NameNotFoundException;
2468 * found, NameNotFoundException is thrown.
2476 * @throws NameNotFoundException Thrown if the resources for the given
2482 throws NameNotFoundException;
2536 * cannot be found, NameNotFoundException is thrown.
2542 * @throws NameNotFoundException Thrown if the resources for the given
2548 throws NameNotFoundException;
2551 * Retrieve the resources for an application. Throws NameNotFoundException
2557 * @throws NameNotFoundException Thrown if the resources for the given
2561 throws NameNotFoundException;
2567 * appPackageName cannot be found, NameNotFoundException is thrown.
2573 * @throws NameNotFoundException Thrown if the resources for the given
2579 throws NameNotFoundException;
2583 throws NameNotFoundException;
2725 throws NameNotFoundException;