Searched refs:onException (Results 1 – 5 of 5) sorted by relevance
/frameworks/testing/support/src/android/support/test/runner/ |
D | MonitoringInstrumentation.java | 137 onException(t, e); in logUncaughtExceptions() 303 public boolean onException(Object obj, Throwable e) { in onException() method in MonitoringInstrumentation 309 return super.onException(obj, e); in onException()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2208 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity() 2297 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity() 2401 if (!mInstrumentation.onException(r.activity, e)) { in handleLaunchActivity() 2585 if (!mInstrumentation.onException(receiver, e)) { in handleReceiver() 2715 if (!mInstrumentation.onException(service, e)) { in handleCreateService() 2740 if (!mInstrumentation.onException(service, e)) { in handleCreateService() 2770 if (!mInstrumentation.onException(s, e)) { in handleBindService() 2797 if (!mInstrumentation.onException(s, e)) { in handleUnbindService() 2880 if (!mInstrumentation.onException(s, e)) { in handleServiceArgs() 2910 if (!mInstrumentation.onException(s, e)) { in handleStopService() [all …]
|
D | LoadedApk.java | 562 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplication() 575 if (!instrumentation.onException(app, e)) { in makeApplication() 869 !mInstrumentation.onException(mReceiver, e)) { in run()
|
D | Instrumentation.java | 156 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
|
/frameworks/base/api/ |
D | current.txt | 4348 method public boolean onException(java.lang.Object, java.lang.Throwable);
|