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.java78 if (m.getDeclaringClass() != testGetMirandaMethod_MirandaInterface.class) { in testGetMirandaMethod()
85 …tract class testGetMirandaMethod_MirandaAbstract implements testGetMirandaMethod_MirandaInterface {
91 private static interface testGetMirandaMethod_MirandaInterface { interface in Main
/art/test/004-JniTest/src/
DMain.java101 if (m.getDeclaringClass() != testGetMirandaMethod_MirandaInterface.class) { in testGetMirandaMethod()
108 …tract class testGetMirandaMethod_MirandaAbstract implements testGetMirandaMethod_MirandaInterface {
114 private static interface testGetMirandaMethod_MirandaInterface { interface in Main