HomeSort by relevance Sort by last modified time
    Searched refs:storeImplementationClass (Results 1 - 5 of 5) sorted by null

  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 319 String storeImplementationClass
321 if (storeImplementationClass == null) {
322 storeImplementationClass = WEAK_HASHTABLE_CLASSNAME;
325 Class implementationClass = Class.forName(storeImplementationClass);
330 if (!WEAK_HASHTABLE_CLASSNAME.equals(storeImplementationClass)) {
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 

Completed in 43 milliseconds