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.java156 appErrorIntent = mService.mAppErrors.createAppErrorIntentLocked(app,
DAppErrors.java511 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo); in crashApplicationInner()
627 Intent createAppErrorIntentLocked(ProcessRecord r, in createAppErrorIntentLocked() method in AppErrors