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.java1760 String anrMessage = null; in broadcastTimeoutLocked() local
1785 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()
1797 if (!debugging && anrMessage != null) { in broadcastTimeoutLocked()
1800 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
DActiveServices.java3835 String anrMessage = null; in serviceTimeout() local
3869 anrMessage = "executing service " + timeout.shortInstanceName; in serviceTimeout()
3879 if (anrMessage != null) { in serviceTimeout()
3880 proc.appNotResponding(null, null, null, null, false, anrMessage); in serviceTimeout()