Home
last modified time | relevance | path

Searched defs:allowRepeatCallers (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java619 public @NonNull Builder allowRepeatCallers(boolean allow) { in allowRepeatCallers() method in ZenPolicy.Builder
H A DZenModeConfig.java180 public boolean allowRepeatCallers = DEFAULT_ALLOW_REPEAT_CALLERS; field in ZenModeConfig
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java2383 public boolean allowRepeatCallers() { in allowRepeatCallers() method in NotificationManager.Policy