Searched refs:callAddA (Results 1 – 1 of 1) sorted by relevance
81 static native int callAddA(int x, int y); in callAddA() method in JniTests85 assertEquals(84, callAddA(42, 42)); in testCallStaticIntMethodA()