Searched refs:showBackground (Results 1 – 4 of 4) sorted by relevance
675 final boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(), in handleAppCrashLocked()740 if (!showBackground) { in handleAppCrashLocked()795 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(), in handleShowAppErrorUi()823 if (isBackground && !showBackground) { in handleShowAppErrorUi()840 if ((mService.canShowErrorDialogs() || showBackground) && !crashSilenced in handleShowAppErrorUi()910 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(), in appNotResponding()946 isSilentANR = !showBackground && !isInterestingForBackgroundTraces(app); in appNotResponding()1136 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(), in handleShowAnrUi()1138 if (mService.canShowErrorDialogs() || showBackground) { in handleShowAnrUi()
104 public void showBackground() { in showBackground() method in QSDetailClipper
179 mClipper.showBackground(); in showImmediately()
2611 final boolean showBackground = isGroupExpanded()2614 mShowNoBackground = !showBackground;