Home
last modified time | relevance | path

Searched refs:obtainNativeKeyEventCopyFromJava (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp150 void obtainNativeKeyEventCopyFromJava(JNIEnv *env, jclass /* clazz */, jobject obj) { in obtainNativeKeyEventCopyFromJava() function
169 (void *)obtainNativeKeyEventCopyFromJava},
/cts/tests/tests/view/src/android/view/cts/
DKeyEventTest.java74 private static native void obtainNativeKeyEventCopyFromJava(KeyEvent event); in obtainNativeKeyEventCopyFromJava() method in KeyEventTest
883 obtainNativeKeyEventCopyFromJava(javaKeyEvent); in testJavaToNativeConverterMemoryLeak()