Home
last modified time | relevance | path

Searched refs:showBackground (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java675 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDetailClipper.java104 public void showBackground() { in showBackground() method in QSDetailClipper
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java179 mClipper.showBackground(); in showImmediately()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2611 final boolean showBackground = isGroupExpanded()
2614 mShowNoBackground = !showBackground;