Searched refs:assertAllPriorityCategoriesUnsetExcept (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenPolicyTest.java | 222 assertAllPriorityCategoriesUnsetExcept(policy, -1); in testEmptyZenPolicy() 252 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_EVENTS); in testAllowEvents() 259 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_EVENTS); in testAllowEvents() 303 assertAllPriorityCategoriesUnsetExcept(policy, -1); in testAllowMessages() 314 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_CALLS); in testAllowCalls() 322 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_CALLS); in testAllowCalls() 330 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_CALLS); in testAllowCalls() 338 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_CALLS); in testAllowCalls() 346 assertAllPriorityCategoriesUnsetExcept(policy, -1); in testAllowCalls() 566 assertAllPriorityCategoriesUnsetExcept(fromParcel, -1); in testTooLongLists_fromParcel() [all …]
|