Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java89 .showInAmbientDisplay(false) in testZenPolicyToNotificationPolicy()
117 .showInAmbientDisplay(false) in testZenConfigToZenPolicy()
H A DZenPolicyTest.java501 builder.showInAmbientDisplay(true); in tesShowInAmbientDisplay()
506 builder.showInAmbientDisplay(false); in tesShowInAmbientDisplay()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java738 public @NonNull Builder showInAmbientDisplay(boolean show) { in showInAmbientDisplay() method in ZenPolicy.Builder
778 showInAmbientDisplay(show); in showVisualEffect()
H A DZenModeConfig.java836 builder.showInAmbientDisplay(ambient == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
1003 builder.showInAmbientDisplay( in toZenPolicy()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeBackend.java411 .showInAmbientDisplay(mPolicy.showAmbient()) in setDefaultZenPolicy()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38835 …method @NonNull public android.service.notification.ZenPolicy.Builder showInAmbientDisplay(boolean…