Home
last modified time | relevance | path

Searched refs:showBadges (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenRuleVisEffectsAllPreferenceControllerTest.java99 .showBadges(false) in updateState_customEffects()
H A DZenRuleVisEffectsCustomPreferenceControllerTest.java99 .showBadges(false) in updateState_customEffects()
H A DZenRuleVisEffectsNonePreferenceControllerTest.java99 .showBadges(false) in updateState_custom()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeBackend.java413 .showBadges(mPolicy.showBadges()) in setDefaultZenPolicy()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java728 public @NonNull Builder showBadges(boolean show) { in showBadges() method in ZenPolicy.Builder
775 showBadges(show); in showVisualEffect()
H A DZenModeConfig.java832 builder.showBadges(badges == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
1001 builder.showBadges( in toZenPolicy()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java486 builder.showBadges(true); in tesShowBadges()
491 builder.showBadges(false); in tesShowBadges()
H A DZenModeConfigTest.java116 .showBadges(false) in testZenConfigToZenPolicy()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java2453 public boolean showBadges() { in showBadges() method in NotificationManager.Policy
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38833 method @NonNull public android.service.notification.ZenPolicy.Builder showBadges(boolean);