Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/security/
DAccessController.java91 public static AccessControlContext getContext() { return new AccessControlContext(null); } in getContext() method in AccessController
/libcore/dex/src/main/java/com/android/dex/util/
DExceptionWithContext.java125 public String getContext() { in getContext() method in ExceptionWithContext
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java721 private static SSLContext getContext() throws Exception { in getContext() method in HttpsURLConnectionTest