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

  /frameworks/base/services/core/java/com/android/server/am/
AppNotRespondingDialog.java 143 Intent appErrorIntent = null;
160 appErrorIntent = mService.mAppErrors.createAppErrorIntentLocked(app,
174 if (appErrorIntent != null) {
176 getContext().startActivity(appErrorIntent);
AppErrors.java 367 Intent appErrorIntent = null;
410 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo);
420 if (appErrorIntent != null) {
422 mContext.startActivityAsUser(appErrorIntent, new UserHandle(r.userId));
    [all...]

Completed in 516 milliseconds