Home
last modified time | relevance | path

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

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