Home
last modified time | relevance | path

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

/art/test/004-JniTest/src/
DMain.java57 testInvokeLambdaMethod(() -> { System.out.println("hi-lambda: " + lambda); }); in main() method
299 private static native void testInvokeLambdaMethod(LambdaInterface iface); in testInvokeLambdaMethod() method in Main