Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java827 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_NONE); in testAdjustVolumeInTotalSilenceMode()
835 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testAdjustVolumeInTotalSilenceMode()
847 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALARMS); in testAdjustVolumeInAlarmsOnlyMode()
858 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testAdjustVolumeInAlarmsOnlyMode()
871 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_NONE); in testSetStreamVolumeInTotalSilenceMode()
880 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testSetStreamVolumeInTotalSilenceMode()
893 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALARMS); in testSetStreamVolumeInAlarmsOnlyMode()
901 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testSetStreamVolumeInAlarmsOnlyMode()
905 private void setInterruptionFilter(int filter) throws Exception { in setInterruptionFilter() method in AudioManagerTest
906 mNm.setInterruptionFilter(filter); in setInterruptionFilter()
/cts/tests/app/src/android/app/cts/
DAutomaticZenRuleTest.java95 rule.setInterruptionFilter(i); in testSetInterruptionFilter()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DConditionProviderVerifierActivity.java195 updated.setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_NONE); in test()