Home
last modified time | relevance | path

Searched defs:helloClass (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DOldAndroidClassTest.java35 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testNewInstance() local
57 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetDeclaredMethod() local
63 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetDeclaredMethodWithArgs() local
73 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetDeclaredMethodPrivate() local
79 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetSuperclass() local
85 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testIsAssignableFrom() local
92 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetConstructor() local
98 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetModifiers() local
103 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetMethod() local