Searched refs:onException (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2567 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 …]
|
D | LoadedApk.java | 800 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplication() 814 if (!instrumentation.onException(app, e)) { in makeApplication() 1130 !mInstrumentation.onException(mReceiver, e)) { in run()
|
D | Instrumentation.java | 169 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4363 method public boolean onException(java.lang.Object, java.lang.Throwable);
|
/frameworks/base/api/ |
D | current.txt | 4713 method public boolean onException(java.lang.Object, java.lang.Throwable);
|
D | system-current.txt | 4868 method public boolean onException(java.lang.Object, java.lang.Throwable);
|
D | test-current.txt | 4716 method public boolean onException(java.lang.Object, java.lang.Throwable);
|