/frameworks/base/core/java/android/os/ |
Process.java | 599 * @throws SecurityException Throws SecurityException if your process does 604 throws IllegalArgumentException, SecurityException; 623 * @throws SecurityException Throws SecurityException if your process does 628 throws IllegalArgumentException, SecurityException; 637 * @throws SecurityException Throws SecurityException if your process does 642 throws IllegalArgumentException, SecurityException; 653 * @throws SecurityException Throws SecurityException if your process doe [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldXMLFormatterTest.java | 40 public void testXMLFormatter() throws SecurityException, UnsupportedEncodingException {
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 45 if (denied!=null && denied.implies(permission)) throw new SecurityException(); 98 * if permission is denied than SecurityException is thrown
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
FileContentProvider.java | 55 throw new SecurityException("Permission denied");
|
/sdk/androidprefs/src/com/android/prefs/ |
AndroidLocation.java | 67 } catch (SecurityException e) {
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarInputStreamTest.java | 196 } catch (SecurityException e) { 219 } catch (SecurityException expected) { 244 } catch (SecurityException e) { 271 } catch (SecurityException e) { 300 } catch (SecurityException e) { 352 } catch (SecurityException e) { 383 } catch (SecurityException e) {
|
/packages/providers/DrmProvider/src/com/android/providers/drm/ |
DrmProvider.java | 228 throw new SecurityException("Requires INSTALL_DRM permission"); 328 throw new SecurityException("Attempted to delete a non-DRM file"); 344 throw new SecurityException("Requires DRM permission"); 370 throw new SecurityException("Requires ACCESS_DRM permission"); 399 throw new SecurityException("Requires " + requiredPermission);
|
/cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ModifyInstallerPackageTest.java | 167 fail("setInstallerPackageName did not throw SecurityException"); 168 } catch (SecurityException e) { 196 fail("setInstallerPackageName did not throw SecurityException"); 197 } catch (SecurityException e) {
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SystemIDResolver.java | 54 * Applet perhaps which throws SecurityException) then we just return the 77 catch (SecurityException se) 250 catch (SecurityException se) {
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SystemIDResolver.java | 47 * Applet perhaps which throws SecurityException) then we just return the 70 catch (SecurityException se) 243 catch (SecurityException se) {
|
/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 126 * @throws SecurityException if the Uri cannot be used due to lack of 130 throws IllegalArgumentException, SecurityException { 165 } catch (SecurityException ex) {
|
MediaPlayer.java | [all...] |
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
TestDelegates.java | 77 } catch (SecurityException e) { 82 private void compare(Class<?> originalClass, Class<?> delegateClass) throws SecurityException {
|
/packages/apps/Camera/src/com/android/camera/ |
LocationManager.java | 86 } catch (SecurityException ex) { 98 } catch (SecurityException ex) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidJarLoaderTest.java | 137 * @throws SecurityException 143 throws SecurityException, NoSuchFieldException, 154 * @throws SecurityException 160 throws SecurityException, NoSuchFieldException,
|
/cts/tests/tests/util/src/android/util/cts/ |
PrintStreamPrinterTest.java | 59 public void testPrintln() throws FileNotFoundException, SecurityException, IOException {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 361 catch (SecurityException ex){}
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputConnectionWrapper.java | 40 throw new SecurityException("not mutable");
|
/frameworks/base/core/tests/coretests/src/android/os/ |
PowerManagerTest.java | 135 fail("setBacklights did not throw SecurityException as expected"); 136 } catch (SecurityException e) {
|
/libcore/luni/src/main/java/java/util/jar/ |
JarVerifier.java | 115 * @throws SecurityException 130 private SecurityException invalidDigest(String signatureFile, String name, String jarName) { 131 throw new SecurityException(signatureFile + " has invalid digest for " + name + 135 private SecurityException failedVerification(String jarName, String signatureFile) { 136 throw new SecurityException(jarName + " failed verification of " + signatureFile); 245 * @throws SecurityException
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertiesFactory.java | 399 catch (SecurityException se) 454 catch (SecurityException se) 467 catch (SecurityException se)
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 275 } catch (SecurityException e) { 306 } catch (SecurityException e) { 338 } catch (SecurityException e) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 126 * throws SecurityException if no WRITE_CONTACTS permission 149 throw new SecurityException( 179 * throws SecurityException if no WRITE_CONTACTS permission 197 throw new SecurityException( 231 * throws SecurityException if no READ_CONTACTS permission 241 throw new SecurityException(
|
/libcore/luni/src/main/java/java/net/ |
URLStreamHandler.java | 87 throw new SecurityException("Only a URL's stream handler is permitted to mutate it"); 232 throw new SecurityException(); 245 throw new SecurityException();
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
JarUtils.java | 114 throw new SecurityException("Can not recognize a critical extension"); 166 throw new SecurityException("Incorrect MD"); 172 throw new SecurityException("Incorrect signature");
|