Home
last modified time | relevance | path

Searched defs:suppressed (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImpl.kt98 fun suppressed(legacySuppressor: NotificationInterruptSuppressor, methodName: String) = in suppressed() method
106 fun suppressed(suppressor: VisualInterruptionSuppressor) = in suppressed() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt66 private var suppressed = false variable in com.android.systemui.stylus.StylusUsiPowerUI
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java115 default void onAlwaysOnSuppressedChanged(boolean suppressed) {} in onAlwaysOnSuppressedChanged()
DDozeLog.java398 public void traceAlwaysOnSuppressedChange(boolean suppressed, DozeMachine.State nextState) { in traceAlwaysOnSuppressedChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java507 void setAlwaysOnSuppressed(boolean suppressed) { in setAlwaysOnSuppressed()
DCentralSurfacesCommandQueueCallbacks.java496 public void suppressAmbientDisplay(boolean suppressed) { in suppressAmbientDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java979 public void setPulseSuppressed(boolean suppressed) { in setPulseSuppressed()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2323 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed()
/frameworks/base/core/java/android/app/
DNotification.java11352 public void setSuppressNotification(boolean suppressed) { in setSuppressNotification()
11367 public void setSuppressBubble(boolean suppressed) { in setSuppressBubble()