Searched defs:getClassForName (Results 1 – 7 of 7) sorted by relevance
25 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in PackageCompactConstructor
57 private static <T> Class<T> getClassForName(String name) { in getClassForName() method in Android
36 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in CustomClassLoaderConstructor
661 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in Constructor
45 protected Class<?> getClassForName(String name) throws ClassNotFoundException { in getClassForName() method in FilterClassesConstructorTest.FilterConstructor
57 static Class getClassForName(String className) in getClassForName() method in ExtensionHandler