Home
last modified time | relevance | path

Searched refs:toNotificationPolicy (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java76 assertEquals(config.toNotificationPolicy(), config.toNotificationPolicy(zenPolicy)); in testZenPolicyNothingSetToNotificationPolicy()
92 Policy originalPolicy = config.toNotificationPolicy(); in testZenPolicyToNotificationPolicy()
106 assertEquals(expectedPolicy, config.toNotificationPolicy(zenPolicy)); in testZenPolicyToNotificationPolicy()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenCustomRuleConfigSettings.java111 NotificationManager.Policy noManPolicy = mBackend.toNotificationPolicy( in updateSummaries()
H A DZenModeBackend.java439 NotificationManager.Policy toNotificationPolicy(ZenPolicy policy) { in toNotificationPolicy() method in ZenModeBackend
441 return config.toNotificationPolicy(policy); in toNotificationPolicy()
H A DZenModeSettingsFooterPreferenceController.java91 NotificationManager.Policy defaultPolicy = config.toNotificationPolicy(); in getFooterText()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java157 mConsolidatedPolicy = mConfig.toNotificationPolicy(); in ZenModeHelper()
673 mConfig.toNotificationPolicy().dumpDebug(proto, ZenModeProto.POLICY); in dump()
805 return config == null ? null : config.toNotificationPolicy(); in getNotificationPolicy()
1023 Policy newPolicy = mConfig.toNotificationPolicy(policy); in updateConsolidatedPolicy()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java1015 public Policy toNotificationPolicy(ZenPolicy zenPolicy) { in toNotificationPolicy() method in ZenModeConfig
1016 NotificationManager.Policy defaultPolicy = toNotificationPolicy(); in toNotificationPolicy()
1174 public Policy toNotificationPolicy() { in toNotificationPolicy() method in ZenModeConfig
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53349 Landroid/service/notification/ZenModeConfig;->toNotificationPolicy()Landroid/app/NotificationManage…