Searched refs:hintsMatch (Results 1 – 6 of 6) sorted by relevance
127 assertThat(mController.hintsMatch( in setHintsRing_Matches()133 assertThat(mController.hintsMatch(NotificationListenerService.HINT_HOST_DISABLE_EFFECTS)) in setHintsRingNotification_Matches()140 .hintsMatch(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS)) in setHintNotification_doesNotMatch()
146 assertThat(mController.hintsMatch( in setHintsRing_DoesNotMatch()152 assertThat(mController.hintsMatch(NotificationListenerService.HINT_HOST_DISABLE_EFFECTS)) in setHintsAll_Matches()159 .hintsMatch(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS)) in setHintNotification_Matches()
78 if (hintsMatch(hints)) { in updateEffectsSuppressor()173 protected abstract boolean hintsMatch(int hints); in hintsMatch() method in RingerModeAffectedVolumePreferenceController
98 protected boolean hintsMatch(int hints) { in hintsMatch() method in SeparateRingVolumePreferenceController
97 protected boolean hintsMatch(int hints) { in hintsMatch() method in RingVolumePreferenceController
115 protected boolean hintsMatch(int hints) { in hintsMatch() method in NotificationVolumePreferenceController