Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java52 remindersDisallowed.getPriorityCategoryReminders()); in testZenPolicyApplyAllowedToDisallowed()
58 remindersAllowed.getPriorityCategoryReminders()); in testZenPolicyApplyAllowedToDisallowed()
60 remindersDisallowed.getPriorityCategoryReminders()); in testZenPolicyApplyAllowedToDisallowed()
66 remindersDisallowed.getPriorityCategoryReminders()); in testZenPolicyApplyAllowedToDisallowed()
83 assertEquals(ZenPolicy.STATE_ALLOW, remindersUnset.getPriorityCategoryReminders()); in testZenPolicyApplyAllowedToUnset()
101 remindersUnset.getPriorityCategoryReminders()); in testZenPolicyApplyDisallowedToUnset()
137 assertEquals(ZenPolicy.STATE_ALLOW, remindersAllowed.getPriorityCategoryReminders()); in testZenPolicyApplyUnsetToAllowed()
234 assertEquals(ZenPolicy.STATE_ALLOW, policy.getPriorityCategoryReminders()); in testAllowReminders()
241 assertEquals(ZenPolicy.STATE_DISALLOW, policy.getPriorityCategoryReminders()); in testAllowReminders()
594 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryReminders()); in assertAllPriorityCategoriesUnsetExcept()
[all …]
H A DZenModeConfigTest.java144 assertEquals(expected.getPriorityCategoryReminders(), in testZenConfigToZenPolicy()
145 actual.getPriorityCategoryReminders()); in testZenConfigToZenPolicy()
345 assertEquals(policy.getPriorityCategoryReminders(), fromXml.getPriorityCategoryReminders()); in testZenPolicyXml()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java264 public @State int getPriorityCategoryReminders() { in getPriorityCategoryReminders() method in ZenPolicy
1001 return getPriorityCategoryReminders(); in getZenPolicyPriorityCategoryState()
1118 proto.write(ZenPolicyProto.REMINDERS, getPriorityCategoryReminders()); in dumpDebug()
1152 proto.write(DNDPolicyProto.REMINDERS, getPriorityCategoryReminders()); in toProto()
H A DZenModeConfig.java801 writeZenPolicyState(ALLOW_ATT_REMINDERS, policy.getPriorityCategoryReminders(), out); in writeZenPolicyXml()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41047 method public int getPriorityCategoryReminders();