Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java3726 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity()
3819 if (!mInstrumentation.onException(activity, e)) { in performLaunchActivity()
4496 if (!mInstrumentation.onException(receiver, e)) { in handleReceiver()
4702 if (!mInstrumentation.onException(service, e)) { in handleCreateService()
4734 if (!mInstrumentation.onException(s, e)) { in handleBindService()
4764 if (!mInstrumentation.onException(s, e)) { in handleUnbindService()
4877 if (!mInstrumentation.onException(s, e)) { in handleServiceArgs()
4909 if (!mInstrumentation.onException(s, e)) { in handleStopService()
4934 if (!mInstrumentation.onException(s, e)) { in handleTimeoutService()
7059 if (!mInstrumentation.onException(app, e)) { in handleBindApplication()
[all …]
H A DLoadedApk.java1471 if (!mActivityThread.mInstrumentation.onException(app, e)) { in makeApplicationInner()
1490 if (!instrumentation.onException(app, e)) { in makeApplicationInner()
1817 !mInstrumentation.onException(mReceiver, e)) { in getRunnable()
H A DInstrumentation.java217 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5939 method public boolean onException(Object, Throwable);