Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorDialog.java49 static final int FORCE_QUIT_AND_REPORT = 2; field in AppErrorDialog
175 mHandler.obtainMessage(FORCE_QUIT_AND_REPORT).sendToTarget(); in onClick()
H A DAppErrors.java690 case AppErrorDialog.FORCE_QUIT_AND_REPORT: in crashApplicationInner()