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