HomeSort by relevance Sort by last modified time
    Searched defs:anrDialog (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 154 Dialog anrDialog; // dialog being displayed due to app not resp.
298 || anrDialog != null || bad) {
303 pw.print(" " ); pw.print(anrDialog);
ActivityManagerService.java     [all...]

Completed in 342 milliseconds