Searched refs:raiseException (Results 1 – 3 of 3) sorted by relevance
44 void raiseException() throws Exception; in raiseException() method56 public void raiseException() throws Exception { in raiseException() method in CameraUtilsDecoratorTest.DummyImpl74 public boolean raiseException = false; field in CameraUtilsDecoratorTest.DummyListener86 if (raiseException) { in onAfterInvocation()124 mIface.raiseException(); in testDecoratorExceptions()158 mDummyListener.raiseException = true; in testDecoratorRaisesException()
38 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);60 raiseException(env, msg, exceptionObj); in raiseAndClearException()78 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { in raiseException() function in android::NativeMessageQueue
55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;