Home
last modified time | relevance | path

Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueue.java1462 String anrMessage = null; in broadcastTimeoutLocked() local
1482 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()
1494 if (anrMessage != null) { in broadcastTimeoutLocked()
1497 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
DActiveServices.java3312 String anrMessage = null; in serviceTimeout() local
3343 anrMessage = "executing service " + timeout.shortName; in serviceTimeout()
3353 if (anrMessage != null) { in serviceTimeout()
3354 mAm.mAppErrors.appNotResponding(proc, null, null, false, anrMessage); in serviceTimeout()