Searched defs:getClassInstance (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java188 mgr = (LogManager) getClassInstance(cname).newInstance();
585 private static Class getClassInstance(String cname) { method in class:LogManager
961 Class<?> clz = getClassInstance(word);
1271 getClassInstance(cname).newInstance();
1422 getClassInstance(word).newInstance();
1534 return (Filter) getClassInstance(val).newInstance();
1554 return (Formatter) getClassInstance(val).newInstance();

Completed in 22 milliseconds