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

  /frameworks/base/services/core/java/com/android/server/am/
AppNotRespondingDialog.java 126 if (app.anrDialog == AppNotRespondingDialog.this) {
127 app.anrDialog = null;
ProcessRecord.java 160 Dialog anrDialog; // dialog being displayed due to app not resp.
313 || anrDialog != null || bad) {
318 pw.print(" " ); pw.print(anrDialog);
ActivityManagerService.java     [all...]

Completed in 143 milliseconds