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 103 Intent appErrorIntent = null;
116 appErrorIntent = mService.createAppErrorIntentLocked(app,
129 if (appErrorIntent != null) {
131 getContext().startActivity(appErrorIntent);
ActivityManagerService.java     [all...]

Completed in 124 milliseconds