Home
last modified time | relevance | path

Searched refs:testGetMirandaMethodNative (Results 1 – 3 of 3) sorted by relevance

/art/test/115-native-bridge/src/
DNativeBridgeMain.java74 private static native Method testGetMirandaMethodNative(); in testGetMirandaMethodNative() method in Main
77 Method m = testGetMirandaMethodNative(); in testGetMirandaMethod()
/art/test/004-JniTest/src/
DMain.java97 private static native Method testGetMirandaMethodNative(); in testGetMirandaMethodNative() method in Main
100 Method m = testGetMirandaMethodNative(); in testGetMirandaMethod()
/art/test/115-native-bridge/
Dexpected.txt14 name:testGetMirandaMethodNative, signature:()Ljava/lang/reflect/Method;, shorty:L.