Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java287 assertExpectedDndState(INTERRUPTION_FILTER_ALL); in tearDown()
814 private void assertExpectedDndState(int expectedState) { in assertExpectedDndState() method in NotificationManagerTest
1005 assertExpectedDndState(INTERRUPTION_FILTER_PRIORITY); in testConsolidatedNotificationPolicy()
1013 assertExpectedDndState(INTERRUPTION_FILTER_ALL); in testConsolidatedNotificationPolicy()
1027 assertExpectedDndState(INTERRUPTION_FILTER_PRIORITY); in testConsolidatedNotificationPolicy()
1090 assertExpectedDndState(INTERRUPTION_FILTER_PRIORITY); in testConsolidatedNotificationPolicyMultiRules()
2319 assertExpectedDndState(INTERRUPTION_FILTER_ALL); in testSetAutomaticZenRuleState()
2326 assertExpectedDndState(ruleToCreate.getInterruptionFilter()); in testSetAutomaticZenRuleState()
2339 assertExpectedDndState(INTERRUPTION_FILTER_ALL); in testSetAutomaticZenRuleState_turnOff()
2346 assertExpectedDndState(ruleToCreate.getInterruptionFilter()); in testSetAutomaticZenRuleState_turnOff()
[all …]