Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DInstanceNonce.java149 public native boolean takeIntLong(int v1, long v2); in takeIntLong() method in InstanceNonce
DJniInstanceTest.java345 assertTrue(target.takeIntLong(914, 9140914091409140914L)); in test_takeIntLong()
DStaticNonce.java191 public static native boolean takeIntLong(int v1, long v2); in takeIntLong() method in StaticNonce
DJniStaticTest.java457 assertTrue(StaticNonce.takeIntLong(914, 9140914091409140914L)); in test_takeIntLong()