Searched refs:onException (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/presenter/ |
D | CardPresenter.java | 78 public boolean onException(Exception e, Uri uri, Target<GlideDrawable> target, in onBindViewHolder()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2678 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity() 2777 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity() 3193 if (!mInstrumentation.onException(receiver, e)) { in handleReceiver() 3323 if (!mInstrumentation.onException(service, e)) { in handleCreateService() 3348 if (!mInstrumentation.onException(service, e)) { in handleCreateService() 3379 if (!mInstrumentation.onException(s, e)) { in handleBindService() 3407 if (!mInstrumentation.onException(s, e)) { in handleUnbindService() 3490 if (!mInstrumentation.onException(s, e)) { in handleServiceArgs() 3521 if (!mInstrumentation.onException(s, e)) { in handleStopService() 3580 if (!mInstrumentation.onException(r.activity, e)) { in performResumeActivity() [all …]
|
D | LoadedApk.java | 987 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplication() 1001 if (!instrumentation.onException(app, e)) { in makeApplication() 1321 !mInstrumentation.onException(mReceiver, e)) { in getRunnable()
|
D | Instrumentation.java | 187 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 | 4922 method public boolean onException(java.lang.Object, java.lang.Throwable);
|
D | test-current.txt | 4935 method public boolean onException(java.lang.Object, java.lang.Throwable);
|
D | system-current.txt | 5105 method public boolean onException(java.lang.Object, java.lang.Throwable);
|