Home
last modified time | relevance | path

Searched defs:excep (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp168 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) in report_exception()
264 jthrowable excep = env->ExceptionOccurred(); in onTransact() local
283 jthrowable excep = env->ExceptionOccurred(); in onTransact() local
392 jthrowable excep = env->ExceptionOccurred(); in binderDied() local
/frameworks/base/test-runner/src/android/test/
DTestRunner.java483 Throwable excep = null; in runSingleJunitTest() local
516 failed(test.toString(), excep); in runSingleJunitTest() local