Home
last modified time | relevance | path

Searched refs:onException (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java1878 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 …]
DLoadedApk.java481 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplication()
494 if (!instrumentation.onException(app, e)) { in makeApplication()
736 !mInstrumentation.onException(mReceiver, e)) { in run()
DInstrumentation.java150 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
/frameworks/base/api/
Dcurrent.txt3424 method public boolean onException(java.lang.Object, java.lang.Throwable);
D14.txt3424 method public boolean onException(java.lang.Object, java.lang.Throwable);