Home
last modified time | relevance | path

Searched refs:protectionDomain (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DAccessControllerTest.java44 ProtectionDomain protectionDomain = new ProtectionDomain(null, new Permissions()); in testDoPrivilegedWithCombiner() local
46 new AccessControlContext(new ProtectionDomain[] { protectionDomain }), union); in testDoPrivilegedWithCombiner()
/libcore/libart/src/main/java/java/lang/
DClassLoader.java299 ProtectionDomain protectionDomain) throws java.lang.ClassFormatError { in defineClass() argument
325 ProtectionDomain protectionDomain) throws ClassFormatError { in defineClass() argument
329 return defineClass(name, temp, 0, temp.length, protectionDomain); in defineClass()