Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DInstanceFromNative.java82 public boolean takeCoolHandLuke( in takeCoolHandLuke() method in InstanceFromNative
DStaticFromNative.java79 public static boolean takeCoolHandLuke( in takeCoolHandLuke() method in StaticFromNative
DInstanceNonce.java172 public native boolean takeCoolHandLuke( in takeCoolHandLuke() method in InstanceNonce
DJniInstanceTest.java395 assertTrue(target.takeCoolHandLuke(1, 2, 3, 4, 5, 6, 7, 8, 9, in test_takeCoolHandLuke()
DStaticNonce.java224 public static native boolean takeCoolHandLuke( in takeCoolHandLuke() method in StaticNonce
DJniStaticTest.java522 assertTrue(StaticNonce.takeCoolHandLuke(1, 2, 3, 4, 5, 6, 7, 8, 9, in test_takeCoolHandLuke()