HomeSort by relevance Sort by last modified time
    Searched refs:SecurityException (Results 176 - 200 of 283) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 162 } catch (SecurityException e) {
307 } catch (SecurityException e) {
  /frameworks/base/core/java/android/app/
SearchableInfo.java 262 } catch (java.lang.SecurityException e) {
288 } catch (java.lang.SecurityException e) {
    [all...]
ContextImpl.java     [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 602 } catch (SecurityException e) {
800 } catch (SecurityException e)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 700 } catch (SecurityException ignore) {
736 } catch (SecurityException ignore) {
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java 607 public BasicObjectInputStream() throws IOException, SecurityException {
616 throws SecurityException {
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 601 } catch (SecurityException e) {
603 // A failure should throw the SecurityException from ACCESS_COARSE_LOCATION since this
630 } catch (SecurityException e) {
633 // A failure should throw the SecurityException from
659 * @throws SecurityException if the caller does not have the required permission
668 * @throws SecurityException if the caller does not have the required permission
677 * @throws SecurityException if the caller does not have the required permission
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java 294 public MockObjectInputStream() throws SecurityException, IOException {
ObjectOutputStreamTest.java 533 SecurityException {
992 public void test_annotateProxyClass() throws SecurityException, IOException {
1003 SecurityException {
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 65 } catch (SecurityException e) {
  /external/javassist/src/main/javassist/
ClassPoolTail.java 49 catch (SecurityException e) {}
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 310 throw new SecurityException("caller uid " + uid + " lacks " + perm);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 237 fail("Failed to throw SecurityException when trying to write to /system.");
238 } catch (SecurityException s) {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardVerifier.java 328 throws SecurityException, NoSuchMethodException {
  /libcore/luni/src/main/java/java/lang/
System.java 615 * Throws {@code SecurityException}.
622 * @throws SecurityException always
626 throw new SecurityException();
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 33 throws SecurityException, IllegalThreadStateException {
  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 52 throw new SecurityException();
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 49 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 501 throw new SecurityException("setting destination to : " + dest +
682 throw new SecurityException("Destination must be on external storage: " + uri);
692 * @throws SecurityException if the caller has insufficient permissions
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java 480 } catch (SecurityException e) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 201 * @throws SecurityException if the caller is forbidden to write.
208 throw new SecurityException(
647 } catch (SecurityException e) {
688 } catch (SecurityException e) {
    [all...]
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 382 throw new SecurityException(
396 throw new SecurityException(
410 throw new SecurityException(
WallpaperManagerService.java 547 throw new SecurityException(msg);
586 throw new SecurityException(msg);
690 throw new SecurityException("Access denied to process: " + Binder.getCallingPid()
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 192 throw new SecurityException("Package is sealed");
215 } catch (SecurityException e) {
358 throw new SecurityException(String.format("Package %s is sealed",
    [all...]

Completed in 5875 milliseconds

1 2 3 4 5 6 78 91011>>