Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrorDialog.java51 static final int FORCE_QUIT_AND_REPORT = 2; field in AppErrorDialog
187 mHandler.obtainMessage(FORCE_QUIT_AND_REPORT).sendToTarget(); in onClick()
DAppErrors.java543 if (res == AppErrorDialog.FORCE_QUIT_AND_REPORT) { in crashApplicationInner()