Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/log/
DLogWtfHandlerRuleTest.kt75 val suppressed = suppressedExceptions.first() in failingTestWithWtf_shouldFail() constant
129 val suppressed = suppressedExceptions.first() in failingTestWithOneExemptWtfOfTwo_shouldFail() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderImpl.kt106 fun suppressed(legacySuppressor: NotificationInterruptSuppressor, methodName: String) = in suppressed() method
114 fun suppressed(suppressor: VisualInterruptionSuppressor) = in suppressed() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt66 private var suppressed = false variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java124 default void onAlwaysOnSuppressedChanged(boolean suppressed) {} in onAlwaysOnSuppressedChanged()
DDozeLog.java400 public void traceAlwaysOnSuppressedChange(boolean suppressed, DozeMachine.State nextState) { in traceAlwaysOnSuppressedChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java516 void setAlwaysOnSuppressed(boolean suppressed) { in setAlwaysOnSuppressed()
DCentralSurfacesCommandQueueCallbacks.java533 public void suppressAmbientDisplay(boolean suppressed) { in suppressAmbientDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java1023 public void setPulseSuppressed(boolean suppressed) { in setPulseSuppressed()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2390 void setBubbleSuppressed(Bubble bubble, boolean suppressed) { in setBubbleSuppressed()
/frameworks/base/core/java/android/app/
DNotification.java12786 public void setSuppressNotification(boolean suppressed) { in setSuppressNotification()
12801 public void setSuppressBubble(boolean suppressed) { in setSuppressBubble()