OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtectionDomain
(Results
1 - 6
of
6
) sorted by null
/dalvik/libcore/security/src/main/java/java/security/
ProtectionDomain.java
21
* {@code
ProtectionDomain
} represents all permissions that are granted to a
23
* corresponding {@code
ProtectionDomain
}, depending on the location and the
29
public class
ProtectionDomain
{
31
// CodeSource for this
ProtectionDomain
34
// Static permissions for this
ProtectionDomain
40
// Set of principals associated with this
ProtectionDomain
43
// false if this
ProtectionDomain
was constructed with static
48
* Constructs a new instance of {@code
ProtectionDomain
} with the specified
54
* granted statically to this {@code
ProtectionDomain
}.
57
*
ProtectionDomain
}
[
all
...]
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java
40
import java.security.
ProtectionDomain
;
43
@TestTargetClass(
ProtectionDomain
.class)
45
* Unit tests for java.security.
ProtectionDomain
.
91
* Class under test for void
ProtectionDomain
(CodeSource,
97
method = "
ProtectionDomain
",
101
new
ProtectionDomain
(null, null);
102
new
ProtectionDomain
(cs, null);
104
new
ProtectionDomain
(cs, perms);
113
method = "
ProtectionDomain
",
118
new
ProtectionDomain
(null, perms)
[
all
...]
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 46 milliseconds