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

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DDefaultSSLContext.java36 static synchronized SSLContext getContext() { method in class:DefaultSSLContext
/dalvik/dx/src/com/android/dx/util/
H A DExceptionWithContext.java126 public String getContext() { method in class:ExceptionWithContext
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
H A DSecurityUtils.java57 * SecurityUtils.putContext(this,AccessController.getContext());<br>
99 public static AccessControlContext getContext(Thread thread) method in class:SecurityUtils
/dalvik/libcore/security-kernel/src/main/java/java/security/
H A DAccessController.java185 * {@link #getContext()} which is called in the {@link #checkPermission}.
235 * The pushed context is then investigated in the {@link #getContext()}
290 * callers' context obtained by {@link #getContext()}.
308 getContext().checkPermission(perm);
332 public static AccessControlContext getContext() { method in class:AccessController
352 that = SecurityUtils.getContext(currThread);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java158 SSLContext ctx = getContext();
213 SSLContext ctx = getContext();
254 SSLContext ctx = getContext();
311 SSLContext ctx = getContext();
435 SSLServerSocket ss = (SSLServerSocket) getContext()
481 SSLServerSocket ss = (SSLServerSocket) getContext()
948 private static SSLContext getContext() throws Exception { method in class:HttpsURLConnectionTest
1295 SSLSocket sslSocket = (SSLSocket) getContext()
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java844 public final int getContext() method in class:LocPathIterator

Completed in 189 milliseconds