Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java731 if ((mService.canShowErrorDialogs() || showBackground) && !crashSilenced) { in handleShowAppErrorUi()
1020 if (mService.canShowErrorDialogs() || showBackground) { in handleShowAnrUi()
DActivityManagerService.java718 public boolean canShowErrorDialogs() { in canShowErrorDialogs() method in ActivityManagerService