Searched refs:anrMessage (Results 1 – 2 of 2) sorted by relevance
1035 String anrMessage = null; in broadcastTimeoutLocked() local1054 anrMessage = "Broadcast of " + r.intent.toString(); in broadcastTimeoutLocked()1066 if (anrMessage != null) { in broadcastTimeoutLocked()1069 mHandler.post(new AppNotResponding(app, anrMessage)); in broadcastTimeoutLocked()
2401 String anrMessage = null; in serviceTimeout() local2432 anrMessage = "executing service " + timeout.shortName; in serviceTimeout()2442 if (anrMessage != null) { in serviceTimeout()2443 mAm.appNotResponding(proc, null, null, false, anrMessage); in serviceTimeout()