Home
last modified time | relevance | path

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

/art/test/115-native-bridge/src/
DNativeBridgeMain.java75 if (m.getDeclaringClass() != testGetMirandaMethod_MirandaInterface.class) { in testGetMirandaMethod()
82 …tract class testGetMirandaMethod_MirandaAbstract implements testGetMirandaMethod_MirandaInterface {
88 private static interface testGetMirandaMethod_MirandaInterface { interface in Main
/art/test/004-JniTest/src/
DMain.java84 if (m.getDeclaringClass() != testGetMirandaMethod_MirandaInterface.class) { in testGetMirandaMethod()
91 …tract class testGetMirandaMethod_MirandaAbstract implements testGetMirandaMethod_MirandaInterface {
97 private static interface testGetMirandaMethod_MirandaInterface { interface in Main