Searched refs:nativeMethod (Results 1 – 4 of 4) sorted by relevance
57 nativeMethod(mNativeCPPObject); in doStuff()181 private native int nativeMethod(long nativeCPPClass); in nativeMethod() method in SampleForTests
8 public native int nativeMethod(); in nativeMethod() method in AClassWithNativeMethodReturningPrimitive
8 public native String nativeMethod(String stringArg, int intArg); in nativeMethod() method in AClassWithNativeMethod
240 native void nativeMethod(); in nativeMethod() method in ElementTest.A