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

  /frameworks/base/services/java/com/android/server/am/
AppNotRespondingDialog.java 109 Intent appErrorIntent = null;
122 appErrorIntent = mService.createAppErrorIntentLocked(app,
135 if (appErrorIntent != null) {
137 getContext().startActivity(appErrorIntent);
ActivityManagerService.java     [all...]

Completed in 31 milliseconds