Searched defs:getContext (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
H A DAccessController.java95 public static AccessControlContext getContext() { method in class:AccessController
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DPendingFuture.java103 Object getContext() { method in class:PendingFuture
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java129 SSLContext ctx = getContext();
161 SSLContext ctx = getContext();
199 SSLContext ctx = getContext();
246 SSLContext ctx = getContext();
323 SSLContext ctx = getContext();
335 connection.setSSLSocketFactory(getContext().getSocketFactory());
359 SSLContext ctx = getContext();
371 connection.setSSLSocketFactory(getContext().getSocketFactory());
390 SSLContext ctx = getContext();
411 connection.setSSLSocketFactory(getContext()
723 private static SSLContext getContext() throws Exception { method in class:HttpsURLConnectionTest
[all...]

Completed in 304 milliseconds