Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp76 static void throwRuntimeException(JNIEnv* env, jclass /*clazz*/, jstring message) { in throwRuntimeException() function
213 throwRuntimeException), in JNI_OnLoad()
/libnativehelper/tests_mts/src/android/libnativehelper/mts/
DJniHelpTest.java40 private static native void throwRuntimeException(String message); in throwRuntimeException() method in JniHelpTest
99 throwRuntimeException(message); in testThrowRuntimeException()