Searched refs:areAllPriorityOnlyNotificationZenSoundsMuted (Results 1 – 6 of 6) sorted by relevance
56 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()
154 mAllowRinger = !ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted( in SeekBarVolumizer()574 mAllowRinger = !ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted( in onReceive()
1910 public static boolean areAllPriorityOnlyNotificationZenSoundsMuted(NotificationManager.Policy in areAllPriorityOnlyNotificationZenSoundsMuted() method in ZenModeConfig1936 && areAllPriorityOnlyNotificationZenSoundsMuted(policy); in areAllZenBehaviorSoundsMuted()1946 && ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(consolidatedPolicy)); in isZenOverridingRinger()1952 public static boolean areAllPriorityOnlyNotificationZenSoundsMuted(ZenModeConfig config) { in areAllPriorityOnlyNotificationZenSoundsMuted() method in ZenModeConfig1963 && areAllPriorityOnlyNotificationZenSoundsMuted(config); in areAllZenBehaviorSoundsMuted()
1164 && !ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(mConfig))) { in onSetRingerModeInternal()1185 && ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted( in onSetRingerModeInternal()1265 && ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(mConfig)) { in getRingerModeAffectedStreams()
617 boolean disallowRinger = ZenModeConfig.areAllPriorityOnlyNotificationZenSoundsMuted(policy); in updateZenConfig()
4011 .areAllPriorityOnlyNotificationZenSoundsMuted( in shouldZenMuteStream()