Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRingVolumePreferenceControllerTest.java127 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()
DNotificationVolumePreferenceControllerTest.java146 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()
/packages/apps/Settings/src/com/android/settings/notification/
DRingerModeAffectedVolumePreferenceController.java78 if (hintsMatch(hints)) { in updateEffectsSuppressor()
173 protected abstract boolean hintsMatch(int hints); in hintsMatch() method in RingerModeAffectedVolumePreferenceController
DSeparateRingVolumePreferenceController.java98 protected boolean hintsMatch(int hints) { in hintsMatch() method in SeparateRingVolumePreferenceController
DRingVolumePreferenceController.java97 protected boolean hintsMatch(int hints) { in hintsMatch() method in RingVolumePreferenceController
DNotificationVolumePreferenceController.java115 protected boolean hintsMatch(int hints) { in hintsMatch() method in NotificationVolumePreferenceController