Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp69 static void throwNullPointerException(JNIEnv* env, in throwNullPointerException() function
210 throwNullPointerException), in JNI_OnLoad()
/libnativehelper/tests_mts/src/android/libnativehelper/mts/
DJniHelpTest.java39 private static native void throwNullPointerException(String message); in throwNullPointerException() method in JniHelpTest
89 throwNullPointerException(message); in testThrowNullPointerException()