Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java240 protected Method logMethod = null; field in LogFactoryImpl
613 if (logMethod != null) { in newInstance()
615 logMethod.invoke(instance, params); in newInstance()
1125 this.logMethod = logAdapterClass.getMethod("setLogFactory", in createLogFromClass()
1130 this.logMethod = null; in createLogFromClass()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexEncodedMethod.java279 DexMethod logMethod = itemFactory in toMethodThatLogsError() local
294 new InvokeStatic(2, logMethod, 0, 1, 0, 0, 0), in toMethodThatLogsError()
305 new InvokeStatic(2, logMethod, 0, 1, 0, 0, 0), in toMethodThatLogsError()
/external/apache-http/api/
Dapache-http-legacy-current.txt838 field protected java.lang.reflect.Method logMethod;