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

  /frameworks/base/services/core/java/com/android/server/am/
AppNotRespondingDialog.java 162 if (app.anrDialog == AppNotRespondingDialog.this) {
163 app.anrDialog = null;
AppErrors.java 321 if (app.anrDialog == fromDialog) {
322 app.anrDialog = null;
    [all...]
ProcessRecord.java 202 Dialog anrDialog; // dialog being displayed due to app not resp.
411 || anrDialog != null || bad) {
416 pw.print(" " ); pw.print(anrDialog);
    [all...]
ActivityManagerService.java     [all...]

Completed in 82 milliseconds