Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java189 mgr = (LogManager) getClassInstance(cname).newInstance();
587 private static Class getClassInstance(String cname) throws ClassNotFoundException { in getClassInstance() method in LogManager
946 Class<?> clz = getClassInstance(word); in loadLoggerHandlers()
1257 getClassInstance(cname).newInstance(); in readConfiguration()
1418 getClassInstance(word).newInstance(); in readConfiguration()
1533 return (Filter) getClassInstance(val).newInstance(); in getFilterProperty()
1556 return (Formatter) getClassInstance(val).newInstance(); in getFormatterProperty()
/libcore/ojluni/annotations/hiddenapi/java/util/logging/
DLogManager.java92 private static java.lang.Class getClassInstance(java.lang.String cname) in getClassInstance() method in LogManager