Searched refs:ClassWithPrivateConstructor (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DOldAndroidClassTest.java47 Class.forName(packageName + ".ClassWithPrivateConstructor").newInstance();
312 class ClassWithPrivateConstructor { class
313 private ClassWithPrivateConstructor() { method in class:ClassWithPrivateConstructor

Completed in 149 milliseconds