Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java56 assertEquals(true, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAllNotifications()
59 assertEquals(false, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAllNotifications()
63 assertEquals(false, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAllNotifications()
66 assertEquals(true, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAllNotifications()
109 assertEquals(true, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAll()
113 assertEquals(false, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAll()
118 assertEquals(false, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAll()
123 assertEquals(true, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAll()
127 assertEquals(true, ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(config)); in testPriorityOnlyMutingAll()
/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java154 mAllowRinger = !ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted( in SeekBarVolumizer()
574 mAllowRinger = !ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted( in onReceive()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1910 public static boolean areAllPriorityOnlyNotificationZenSoundsMuted(NotificationManager.Policy in areAllPriorityOnlyNotificationZenSoundsMuted() method in ZenModeConfig
1936 && areAllPriorityOnlyNotificationZenSoundsMuted(policy); in areAllZenBehaviorSoundsMuted()
1946 && ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(consolidatedPolicy)); in isZenOverridingRinger()
1952 public static boolean areAllPriorityOnlyNotificationZenSoundsMuted(ZenModeConfig config) { in areAllPriorityOnlyNotificationZenSoundsMuted() method in ZenModeConfig
1963 && areAllPriorityOnlyNotificationZenSoundsMuted(config); in areAllZenBehaviorSoundsMuted()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java1164 && !ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(mConfig))) { in onSetRingerModeInternal()
1185 && ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted( in onSetRingerModeInternal()
1265 && ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(mConfig)) { in getRingerModeAffectedStreams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java617 boolean disallowRinger = ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(policy); in updateZenConfig()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4011 .areAllPriorityOnlyNotificationZenSoundsMuted( in shouldZenMuteStream()