Home
last modified time | relevance | path

Searched refs:callerCL (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DDriverManager.java539 String url, java.util.Properties info, ClassLoader callerCL) throws SQLException { in getConnection() argument
548 if (callerCL == null) { in getConnection()
549 callerCL = Thread.currentThread().getContextClassLoader(); in getConnection()
566 if(isDriverAllowed(aDriver.driver, callerCL)) { in getConnection()