OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:securityexception
(Results
126 - 150
of
702
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java
125
if (!(e instanceof
SecurityException
)) {
372
throw new
SecurityException
(
391
throw new
SecurityException
(
417
throw new
SecurityException
("Voice interaction not supported");
453
throw new
SecurityException
("Caller does not hold the permission "
476
throw new
SecurityException
("Caller does not hold the permission "
507
throw new
SecurityException
("Caller does not hold the permission "
543
throw new
SecurityException
(
569
throw new
SecurityException
(
590
throw new
SecurityException
(
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java
497
try { p.shutdown(); } catch (
SecurityException
ok) { return; }
524
try { p.shutdown(); } catch (
SecurityException
ok) { return; }
553
try { p.shutdown(); } catch (
SecurityException
ok) { return; }
687
} catch (
SecurityException
ok) { return; }
[
all
...]
ThreadPoolExecutorTest.java
395
try { p.shutdown(); } catch (
SecurityException
ok) { return; }
452
try { p.shutdown(); } catch (
SecurityException
ok) { return; }
480
try { p.shutdown(); } catch (
SecurityException
ok) { return; }
617
} catch (
SecurityException
ok) { return; }
[
all
...]
/libcore/luni/src/main/java/java/util/jar/
JarVerifier.java
124
* @throws
SecurityException
138
private static
SecurityException
invalidDigest(String signatureFile, String name,
140
throw new
SecurityException
(signatureFile + " has invalid digest for " + name +
144
private static
SecurityException
failedVerification(String jarName, String signatureFile) {
145
throw new
SecurityException
(jarName + " failed verification of " + signatureFile);
254
* @throws
SecurityException
/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/services/core/java/com/android/server/
NetworkScoreService.java
82
throw new
SecurityException
("Caller with UID " + getCallingUid() +
126
throw new
SecurityException
(
149
throw new
SecurityException
(
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WipeDataTest.java
51
} catch (
SecurityException
expected) {
/cts/tests/tests/permission2/src/android/permission2/cts/
NoCaptureAudioOutputPermissionTest.java
45
// The API should probably throw
SecurityException
but it was not originally
/cts/tests/tests/provider/src/android/provider/cts/
VoicemailContractTest.java
282
fail("Expected
SecurityException
. None thrown.");
283
} catch (
SecurityException
e) {
294
fail("Expected
SecurityException
. None thrown.");
295
} catch (
SecurityException
e) {
/cts/tests/tests/security/src/android/security/cts/
NetdTest.java
78
} catch (
SecurityException
e) {
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlHelper.java
53
} catch (
SecurityException
e) {
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLRandom.java
75
throw new
SecurityException
("Failed to read sufficient bytes from /dev/urandom."
/external/javassist/src/main/javassist/util/proxy/
ProxyObjectOutputStream.java
38
* @throws
SecurityException
whenever ObjectOutputStream would also do so
/external/junit/src/org/junit/internal/runners/
TestClass.java
90
public Constructor<?> getConstructor() throws
SecurityException
, NoSuchMethodException {
/external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java
56
} catch (
SecurityException
e) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java
75
@Test(expected =
SecurityException
.class)
/external/smack/src/org/apache/harmony/javax/security/auth/login/
Configuration.java
54
* exception, wraps it with
SecurityException
and throws further.
/external/smack/src/org/xbill/DNS/
Options.java
33
catch (
SecurityException
e) {
/frameworks/base/core/java/android/view/inputmethod/
InputConnectionWrapper.java
40
throw new
SecurityException
("not mutable");
/frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java
199
throw new
SecurityException
("gotcha!");
203
throw new
SecurityException
("gotcha!");
405
} catch (
SecurityException
e) {
416
} catch (
SecurityException
e) {
/libcore/luni/src/main/java/org/xml/sax/helpers/
NewInstance.java
75
// assert(e.getTargetException() instanceof
SecurityException
)
/libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java
40
public void testXMLFormatter() throws
SecurityException
, UnsupportedEncodingException {
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java
54
throw new
SecurityException
("Permission denied");
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java
165
"Expected
SecurityException
when starting the activity "
167
addRestrictionCommandOutput.contains("
SecurityException
"));
Completed in 2132 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>