Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dhelper.c79 jthrowable oneException = (*env)->ExceptionOccurred(env); in runJniTests()
/cts/common/device-side/nativetesthelper/jni/
Dgtest_wrapper.cpp87 ScopedLocalRef<jobject> jthrowable(mEnv, mEnv->NewObject(gAssertionFailure.clazz, in OnTestPartResult() local
90 gFailure.ctor, mCurrentTestDescription.get(), jthrowable.get())); in OnTestPartResult()