/frameworks/base/core/java/android/content/ |
ContentProvider.java | 433 throws FileNotFoundException, SecurityException { 445 private int enforceReadPermission(String callingPkg, Uri uri) throws SecurityException { 453 private int enforceWritePermission(String callingPkg, Uri uri) throws SecurityException { 470 protected void enforceReadPermissionInner(Uri uri) throws SecurityException { 526 throw new SecurityException("Permission Denial: reading " 532 protected void enforceWritePermissionInner(Uri uri) throws SecurityException { 588 throw new SecurityException("Permission Denial: writing " 623 * @throws SecurityException if the calling package doesn't belong to the [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/ |
commons-logging-1.1.1.jar | |
/external/robolectric/lib/main/ |
commons-logging-1.1.1.jar | |
/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
ObjectFactory.java | 270 } catch (SecurityException se) { 288 } catch (SecurityException e) { 328 // || x instanceof SecurityException) 354 // || x instanceof SecurityException) 490 }catch(SecurityException e){
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
ObjectFactory.java | 270 } catch (SecurityException se) { 288 } catch (SecurityException e) { 328 // || x instanceof SecurityException) 354 // || x instanceof SecurityException) 490 }catch(SecurityException e){
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ObjectFactory.java | 269 } catch (SecurityException se) { 287 } catch (SecurityException e) { 327 // || x instanceof SecurityException) 353 // || x instanceof SecurityException) 489 }catch(SecurityException e){
|
OutputPropertiesFactory.java | 399 catch (SecurityException se) 454 catch (SecurityException se) 467 catch (SecurityException se)
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectFactory.java | 270 } catch (SecurityException se) { 288 } catch (SecurityException e) { 328 // || x instanceof SecurityException) 354 // || x instanceof SecurityException) 490 }catch(SecurityException e){
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
ObjectFactory.java | 270 } catch (SecurityException se) { 288 } catch (SecurityException e) { 328 // || x instanceof SecurityException) 354 // || x instanceof SecurityException) 490 }catch(SecurityException e){
|
/frameworks/base/core/java/android/provider/ |
DocumentsProvider.java | 161 throw new SecurityException("Provider must be exported"); 164 throw new SecurityException("Provider must grantUriPermissions"); 168 throw new SecurityException("Provider must be protected by MANAGE_DOCUMENTS"); 198 throw new SecurityException( 632 throw new SecurityException( [all...] |
/frameworks/base/core/jni/ |
android_util_Process.cpp | 70 jniThrowException(env, "java/lang/SecurityException", "No permission to modify given thread"); 73 jniThrowException(env, "java/lang/SecurityException", "No permission to set to given priority"); 91 jniThrowException(env, "java/lang/SecurityException", "No permission to modify given thread"); 94 jniThrowException(env, "java/lang/SecurityException", "No permission to set to given group"); 313 jniThrowException(env, "java/lang/SecurityException", "May not put this thread into background");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 540 * @throws SecurityException if the caller is not a system process 561 * @throws SecurityException if the caller is not a system process 590 throw new SecurityException("Calling uid " + uid + " gave package" 594 throw new SecurityException("Unknown package " + pkg + "\n" + re); 604 throw new SecurityException("Disallowed call for uid " + uid);
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitBaseTest.java | 126 } catch (SecurityException e) { 272 catch (SecurityException e) { 443 } catch (SecurityException e) {
|
/external/emma/core/java12/com/vladium/util/ |
Property.java | 191 catch (SecurityException se) 203 catch (SecurityException se) 462 catch (SecurityException ignore)
|
/frameworks/base/media/java/android/media/ |
MediaMetadataRetriever.java | 154 * @throws SecurityException if the Uri cannot be used due to lack of 158 throws IllegalArgumentException, SecurityException { 193 } catch (SecurityException ex) {
|
/frameworks/base/services/core/java/com/android/server/pm/ |
LauncherAppsService.java | 169 throw new SecurityException(message); 282 throw new SecurityException("Cannot launch non-exported components " 303 throw new SecurityException("Attempt to launch activity without "
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 355 public void testGetProperty() throws SecurityException, IOException { 377 public void testReadConfiguration_null() throws SecurityException, 387 public void testReadConfiguration() throws SecurityException, 428 // public void testReadConfiguration() throws SecurityException, IOException { 490 throws SecurityException, IOException { 620 public void testReset() throws SecurityException, IOException { [all...] |
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
DocumentsClientTest.java | 76 } catch (SecurityException expected) { 232 } catch (SecurityException expected) {
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
DocumentsSample.java | 259 } catch (SecurityException e) { 274 } catch (SecurityException e) {
|
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 165 NoSuchMethodException, SecurityException, 186 NoSuchMethodException, SecurityException {
|
/external/guava/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 172 * @throws SecurityException if we don't have the appropriate privileges 187 } catch (SecurityException e) {
|