Searched refs:onCatchException (Results 1 – 3 of 3) sorted by relevance
39 boolean onCatchException(Method m, Object[] args, Throwable t); in onCatchException() method84 if (!mListener.onCatchException(m, args, t)) { in invoke()
112 public boolean onCatchException(Method m, Object[] args, Throwable t) { in onCatchException() method in CameraBinderDecorator.CameraBinderDecoratorListener
92 public boolean onCatchException(Method m, Object[] args, Throwable t) { in onCatchException() method in CameraUtilsDecoratorTest.DummyListener