Searched refs:canShowErrorDialogs (Results 1 – 2 of 2) sorted by relevance
731 if ((mService.canShowErrorDialogs() || showBackground) && !crashSilenced) { in handleShowAppErrorUi()1020 if (mService.canShowErrorDialogs() || showBackground) { in handleShowAnrUi()
718 public boolean canShowErrorDialogs() { in canShowErrorDialogs() method in ActivityManagerService