Searched refs:logMethod (Results 1 – 3 of 3) sorted by relevance
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | LogFactoryImpl.java | 240 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/ |
D | DexEncodedMethod.java | 279 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/ |
D | apache-http-legacy-current.txt | 838 field protected java.lang.reflect.Method logMethod;
|