Searched refs:onException (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java2105 if (!mInstrumentation.onException(activity, e)) {
2179 if (!mInstrumentation.onException(activity, e)) {
2271 if (!mInstrumentation.onException(r.activity, e)) {
2382 if (!mInstrumentation.onException(receiver, e)) {
2512 if (!mInstrumentation.onException(service, e)) {
2538 if (!mInstrumentation.onException(service, e)) {
2567 if (!mInstrumentation.onException(s, e)) {
2593 if (!mInstrumentation.onException(s, e)) {
2672 if (!mInstrumentation.onException(s, e)) {
2702 if (!mInstrumentation.onException(
[all...]
H A DLoadedApk.java503 if (!mActivityThread.mInstrumentation.onException(app, e)) {
516 if (!instrumentation.onException(app, e)) {
766 !mInstrumentation.onException(mReceiver, e)) {
H A DInstrumentation.java152 public boolean onException(Object obj, Throwable e) { method in class:Instrumentation

Completed in 44 milliseconds