Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp169 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) in report_exception()
283 jthrowable excep = env->ExceptionOccurred(); in onTransact() local
302 jthrowable excep = env->ExceptionOccurred(); in onTransact() local
411 jthrowable excep = env->ExceptionOccurred(); in binderDied() local
Dandroid_os_HwBinder.cpp154 jthrowable excep = env->ExceptionOccurred(); in onTransact() local
/frameworks/base/test-runner/src/android/test/
DTestRunner.java484 Throwable excep = null; in runSingleJunitTest() local
517 failed(test.toString(), excep); in runSingleJunitTest() local