Searched refs:setInterruptionFilter (Results 1 – 2 of 2) sorted by relevance
804 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_NONE); in testAdjustVolumeInTotalSilenceMode()812 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testAdjustVolumeInTotalSilenceMode()826 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALARMS); in testAdjustVolumeInAlarmsOnlyMode()837 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testAdjustVolumeInAlarmsOnlyMode()852 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_NONE); in testSetStreamVolumeInTotalSilenceMode()861 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testSetStreamVolumeInTotalSilenceMode()876 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALARMS); in testSetStreamVolumeInAlarmsOnlyMode()884 setInterruptionFilter(NotificationManager.INTERRUPTION_FILTER_ALL); in testSetStreamVolumeInAlarmsOnlyMode()890 private void setInterruptionFilter(int filter) throws Exception { in setInterruptionFilter() method in AudioManagerTest891 mNm.setInterruptionFilter(filter); in setInterruptionFilter()
95 rule.setInterruptionFilter(i); in testSetInterruptionFilter()