Searched refs:onException (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 3726 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 D | LoadedApk.java | 1471 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 D | Instrumentation.java | 217 public boolean onException(Object obj, Throwable e) { in onException() method in Instrumentation
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 5939 method public boolean onException(Object, Throwable);
|