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 128 if (app.anrDialog == AppNotRespondingDialog.this) {
129 app.anrDialog = null;
ProcessRecord.java 140 Dialog anrDialog; // dialog being displayed due to app not resp.
261 || anrDialog != null || bad) {
266 pw.print(" " ); pw.print(anrDialog);
ActivityManagerService.java     [all...]

Completed in 901 milliseconds