Home
last modified time | relevance | path

Searched defs:allowCalls (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenRuleCallsPreferenceController.java51 int allowCalls = ZenModeBackend.getZenPolicySettingFromPrefKey( in onPreferenceChange() local
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java596 public @NonNull Builder allowCalls(@PeopleType int audienceType) { in allowCalls() method in ZenPolicy.Builder
H A DZenModeConfig.java179 public boolean allowCalls = DEFAULT_ALLOW_CALLS; field in ZenModeConfig
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java2388 public boolean allowCalls() { in allowCalls() method in NotificationManager.Policy