Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/fortress/
DSecurityUtils.java97 public static AccessControlContext getContext(Thread thread) in getContext() method in SecurityUtils
/libcore/luni/src/main/java/java/security/
DAccessController.java285 public static AccessControlContext getContext() { in getContext() method in AccessController
/libcore/luni/src/main/java/org/apache/xpath/axes/
DLocPathIterator.java844 public final int getContext() in getContext() method in LocPathIterator
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java667 private static SSLContext getContext() throws Exception { in getContext() method in HttpsURLConnectionTest
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
DNativeCryptoTest.java433 public int getContext() throws SSLException { in getContext() method in NativeCryptoTest.Hooks