Searched refs:onException (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1878 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity() 1954 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity() 2013 if (!mInstrumentation.onException(r.activity, e)) { in handleLaunchActivity() 2124 if (!mInstrumentation.onException(receiver, e)) { in handleReceiver() 2235 if (!mInstrumentation.onException(service, e)) { in handleCreateService() 2261 if (!mInstrumentation.onException(service, e)) { in handleCreateService() 2288 if (!mInstrumentation.onException(s, e)) { in handleBindService() 2314 if (!mInstrumentation.onException(s, e)) { in handleUnbindService() 2374 if (!mInstrumentation.onException(s, e)) { in handleServiceArgs() 2404 if (!mInstrumentation.onException(s, e)) { in handleStopService() [all …]
|
D | LoadedApk.java | 481 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplication() 494 if (!instrumentation.onException(app, e)) { in makeApplication() 736 !mInstrumentation.onException(mReceiver, e)) { in run()
|
D | Instrumentation.java | 150 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
|
/frameworks/base/api/ |
D | current.txt | 3424 method public boolean onException(java.lang.Object, java.lang.Throwable);
|
D | 14.txt | 3424 method public boolean onException(java.lang.Object, java.lang.Throwable);
|