Searched refs:mExceptionObj (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp46 jthrowable mExceptionObj; member in class:android::NativeMessageQueue
67 NativeMessageQueue::NativeMessageQueue() : mInCallback(false), mExceptionObj(NULL) {
81 if (mExceptionObj) {
82 env->DeleteLocalRef(mExceptionObj);
84 mExceptionObj = jthrowable(env->NewLocalRef(exceptionObj));
99 if (mExceptionObj) {
100 env->Throw(mExceptionObj);
101 env->DeleteLocalRef(mExceptionObj);
102 mExceptionObj = NULL;

Completed in 810 milliseconds