Searched refs:areNotificationsAllowed (Results 1 – 4 of 4) sorted by relevance
297 assertThat(DYNAMIC_BAREBONE.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()298 assertThat(dynamicAllOptional().areNotificationsAllowed()).isTrue() in areNotificationsAllowed_returnsNotificationsAllowed()299 assertThat(DYNAMIC_DISABLED.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()300 assertThat(DYNAMIC_HIDDEN.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()301 assertThat(DYNAMIC_HIDDEN_WITH_SEARCH.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()302 assertThat(STATIC_BAREBONE.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()303 assertThat(STATIC_ALL_OPTIONAL.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()304 assertThat(ISSUE_ONLY_BAREBONE.areNotificationsAllowed()).isFalse() in areNotificationsAllowed_returnsNotificationsAllowed()305 assertThat(issueOnlyAllOptional().areNotificationsAllowed()).isTrue() in areNotificationsAllowed_returnsNotificationsAllowed()
358 if (safetySource.areNotificationsAllowed()) { in areNotificationsAllowedForSource()
530 public boolean areNotificationsAllowed() { in areNotificationsAllowed() method in SafetySource
561 method public boolean areNotificationsAllowed();