Home
last modified time | relevance | path

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

/aosp12/art/test/115-native-bridge/src/
H A 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
/aosp12/art/test/004-JniTest/src/
H A DMain.java133 if (m.getDeclaringClass() != testGetMirandaMethod_MirandaInterface.class) { in testGetMirandaMethod()
140 …tract class testGetMirandaMethod_MirandaAbstract implements testGetMirandaMethod_MirandaInterface {
146 private static interface testGetMirandaMethod_MirandaInterface { interface in Main