Home
last modified time | relevance | path

Searched refs:createAppErrorIntentLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppNotRespondingDialog.java120 appErrorIntent = mService.createAppErrorIntentLocked(app,
DActivityManagerService.java12583 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo); in crashApplication()
12596 Intent createAppErrorIntentLocked(ProcessRecord r, in createAppErrorIntentLocked() method