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

/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorDialog.java49 static final int FORCE_QUIT_AND_REPORT = 2; field in class:AppErrorDialog
185 mHandler.obtainMessage(FORCE_QUIT_AND_REPORT).sendToTarget();
H A DAppErrors.java510 if (res == AppErrorDialog.FORCE_QUIT_AND_REPORT) {

Completed in 29 milliseconds