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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java104 public void showBackground() { method in class:QSDetailClipper
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java596 final boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
661 if (!showBackground) {
716 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
734 if (isBackground && !showBackground) {
743 if ((mService.canShowErrorDialogs() || showBackground) && !crashSilenced) {
813 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
849 isSilentANR = !showBackground && !isInterestingForBackgroundTraces(app);
1031 boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
1033 if (mService.canShowErrorDialogs() || showBackground) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java185 mClipper.showBackground();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java2124 final boolean showBackground = isGroupExpanded()
2127 mShowNoBackground = !showBackground;

Completed in 258 milliseconds