Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java226 protected Constructor logConstructor = null; field in LogFactoryImpl
400 if (logConstructor != null) { in setAttribute()
542 if (logConstructor == null) { in getLogConstructor()
546 return logConstructor; in getLogConstructor()
605 if (logConstructor == null) { in newInstance()
610 instance = (Log) logConstructor.newInstance(params); in newInstance()
1121 this.logConstructor = constructor; in createLogFromClass()
/external/apache-http/api/
Dcurrent.txt754 field @Deprecated protected java.lang.reflect.Constructor logConstructor;