Home
last modified time | relevance | path

Searched refs:areNotificationsAllowed (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/config/
DSafetySourceTest.kt297 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()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java358 if (safetySource.areNotificationsAllowed()) { in areNotificationsAllowedForSource()
/packages/modules/Permission/framework-s/java/android/safetycenter/config/
DSafetySource.java530 public boolean areNotificationsAllowed() { in areNotificationsAllowed() method in SafetySource
/packages/modules/Permission/framework-s/api/
Dsystem-current.txt561 method public boolean areNotificationsAllowed();