Home
last modified time | relevance | path

Searched refs:raiseException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraUtilsDecoratorTest.java44 void raiseException() throws Exception; in raiseException() method
56 public void raiseException() throws Exception { in raiseException() method in CameraUtilsDecoratorTest.DummyImpl
74 public boolean raiseException = false; field in CameraUtilsDecoratorTest.DummyListener
86 if (raiseException) { in onAfterInvocation()
124 mIface.raiseException(); in testDecoratorExceptions()
158 mDummyListener.raiseException = true; in testDecoratorRaisesException()
/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp38 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
Dandroid_os_MessageQueue.h55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;