Searched refs:priorityCallSenders (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1860 public final int priorityCallSenders; field in NotificationManager.Policy 1991 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders) { in Policy() argument 1992 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy() 2024 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument 2026 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy() 2066 public Policy(int priorityCategories, @PrioritySenders int priorityCallSenders, in Policy() argument 2069 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy() 2074 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument 2077 this.priorityCallSenders = priorityCallSenders; in Policy() 2094 dest.writeInt(priorityCallSenders); in writeToParcel() [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeConfigTest.java | 94 int priorityCallSenders = originalPolicy.priorityCallSenders; in testZenPolicyToNotificationPolicy() local 104 Policy expectedPolicy = new Policy(priorityCategories, priorityCallSenders, in testZenPolicyToNotificationPolicy()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 1019 int callSenders = defaultPolicy.priorityCallSenders; in toNotificationPolicy() 1176 int priorityCallSenders = Policy.PRIORITY_SENDERS_CONTACTS; in toNotificationPolicy() local 1206 priorityCallSenders = sourceToPrioritySenders(allowCallsFrom, priorityCallSenders); in toNotificationPolicy() 1210 return new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders, in toNotificationPolicy() 1280 allowCallsFrom = normalizePrioritySenders(policy.priorityCallSenders, allowCallsFrom); in applyNotificationPolicy()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1729 policy.priorityCategories, policy.priorityCallSenders, in updateZenPolicy()
|
D | NotificationManagerService.java | 5167 policy.priorityCallSenders, policy.priorityMessageSenders, 5176 policy.priorityCallSenders, policy.priorityMessageSenders, 5182 policy.priorityCallSenders, policy.priorityMessageSenders,
|
/frameworks/base/core/api/ |
D | current.txt | 6330 field public final int priorityCallSenders;
|