HomeSort by relevance Sort by last modified time
    Searched full:allpds (Results 1 - 1 of 1) sorted by null

  /dalvik/libcore/security-kernel/src/main/java/java/security/
AccessController.java 365 ProtectionDomain[] allpds = that.combiner.combine(stack, assigned); local
366 if (allpds == null) {
367 allpds = new ProtectionDomain[0];
369 return new AccessControlContext(allpds, that.combiner);

Completed in 4314 milliseconds