Home
last modified time | relevance | path

Searched refs:suppressed (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java148 boolean prevSuppressed = group.suppressed; in updateSuppression()
149 group.suppressed = group.summary != null && !group.expanded in updateSuppression()
154 if (prevSuppressed != group.suppressed) { in updateSuppression()
155 if (group.suppressed) { in updateSuppression()
238 return group != null && group.suppressed; in isGroupSuppressed()
273 if (group == null || group.summary == null || group.suppressed) { in isChildInGroupWithSummary()
468 public boolean suppressed; field in NotificationGroupManager.NotificationGroup
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1291 Integer suppressed = mSuppressedVisualEffects.get(key); in getSuppressedVisualEffects() local
1292 if (suppressed == null) { in getSuppressedVisualEffects()
1295 return suppressed.intValue(); in getSuppressedVisualEffects()
/frameworks/base/tools/orientationplot/
DREADME.txt78 to be no data. Likewise, all dependent calculations are suppressed in this case
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3165 int suppressed = (mZenModeHelper.shouldSuppressWhenScreenOff() in applyZenModeLocked() local
3169 record.setSuppressedVisualEffects(suppressed); in applyZenModeLocked()
/frameworks/wilhelm/doc/
DDoxyfile75 # brief descriptions will be completely suppressed.
/frameworks/native/docs/
DDoxyfile89 # brief descriptions will be completely suppressed.