Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java2567 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity()
2665 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity()
3047 if (!mInstrumentation.onException(receiver, e)) { in handleReceiver()
3176 if (!mInstrumentation.onException(service, e)) { in handleCreateService()
3201 if (!mInstrumentation.onException(service, e)) { in handleCreateService()
3232 if (!mInstrumentation.onException(s, e)) { in handleBindService()
3260 if (!mInstrumentation.onException(s, e)) { in handleUnbindService()
3343 if (!mInstrumentation.onException(s, e)) { in handleServiceArgs()
3373 if (!mInstrumentation.onException(s, e)) { in handleStopService()
3429 if (!mInstrumentation.onException(r.activity, e)) { in performResumeActivity()
[all …]
DLoadedApk.java800 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplication()
814 if (!instrumentation.onException(app, e)) { in makeApplication()
1130 !mInstrumentation.onException(mReceiver, e)) { in run()
DInstrumentation.java169 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4363 method public boolean onException(java.lang.Object, java.lang.Throwable);
/frameworks/base/api/
Dcurrent.txt4713 method public boolean onException(java.lang.Object, java.lang.Throwable);
Dsystem-current.txt4868 method public boolean onException(java.lang.Object, java.lang.Throwable);
Dtest-current.txt4716 method public boolean onException(java.lang.Object, java.lang.Throwable);