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/
DInstanceNonce.java71 public native boolean takeCoolHandLuke( in takeCoolHandLuke() method in InstanceNonce
DStaticNonce.java72 public static native boolean takeCoolHandLuke( in takeCoolHandLuke() method in StaticNonce
DStaticFromNative.java79 public static boolean takeCoolHandLuke( in takeCoolHandLuke() method in StaticFromNative
DInstanceFromNative.java82 public boolean takeCoolHandLuke( in takeCoolHandLuke() method in InstanceFromNative
DJniInstanceTest.java264 assertTrue(target.takeCoolHandLuke(1, 2, 3, 4, 5, 6, 7, 8, 9, in test_takeCoolHandLuke()
DJniStaticTest.java308 assertTrue(StaticNonce.takeCoolHandLuke(1, 2, 3, 4, 5, 6, 7, 8, 9, in test_takeCoolHandLuke()