Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java963 ProcessRecord anrApp; in keyDispatchingTimedOut() local
966 anrApp = r != null ? r.app : null; in keyDispatchingTimedOut()
968 return service.inputDispatchingTimedOut(anrApp, r, this, false, reason); in keyDispatchingTimedOut()