Home
last modified time | relevance | path

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

/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForTests.java57 nativeMethod(mNativeCPPObject); in doStuff()
181 private native int nativeMethod(long nativeCPPClass); in nativeMethod() method in SampleForTests
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassWithNativeMethodReturningPrimitive.java8 public native int nativeMethod(); in nativeMethod() method in AClassWithNativeMethodReturningPrimitive
DAClassWithNativeMethod.java8 public native String nativeMethod(String stringArg, int intArg); in nativeMethod() method in AClassWithNativeMethod
/external/guava/guava-tests/test/com/google/common/reflect/
DElementTest.java240 native void nativeMethod(); in nativeMethod() method in ElementTest.A