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

  /frameworks/base/services/java/com/android/server/am/
AppNotRespondingDialog.java 126 if (app.anrDialog == AppNotRespondingDialog.this) {
127 app.anrDialog = null;
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 53 milliseconds