Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
DJniHelpTest.java59 assertEquals(message, e.getMessage()); in testThrowException()
69 assertEquals("Because test 101", e.getMessage()); in testThrowExceptionWithIntFormat()
79 assertEquals(message, e.getMessage()); in testThrowNullPointerException()
89 assertEquals(message, e.getMessage()); in testThrowRuntimeException()
99 s1 = e.getMessage(); in testIOException()
108 s2 = e.getMessage(); in testIOException()
124 assertTrue("Function name", e.getMessage().startsWith(functionName)); in testErrnoException()
/libnativehelper/
DJNIHelp.c104 jmethodID getMessage = in GetExceptionSummary() local
106 jstring message = (jstring) (*env)->CallObjectMethod(env, thrown, getMessage); in GetExceptionSummary()
/libnativehelper/include/nativehelper/
DJNIHelp.h157 jmethodID getMessage = in GetExceptionSummary() local
159 jstring message = (jstring)env->CallObjectMethod(thrown, getMessage); in GetExceptionSummary()