Searched refs:priorityCallSenders (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1431 public final int priorityCallSenders; field in NotificationManager.Policy 1565 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders) { in Policy() argument 1566 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy() 1599 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument 1602 this.priorityCallSenders = priorityCallSenders; in Policy() 1609 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument 1612 this.priorityCallSenders = priorityCallSenders; in Policy() 1627 dest.writeInt(priorityCallSenders); in writeToParcel() 1640 return Objects.hash(priorityCategories, priorityCallSenders, priorityMessageSenders, in hashCode() 1650 && other.priorityCallSenders == priorityCallSenders in equals() [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeConfigTest.java | 91 int priorityCallSenders = originalPolicy.priorityCallSenders; in testZenPolicyToNotificationPolicy() local 100 Policy expectedPolicy = new Policy(priorityCategories, priorityCallSenders, in testZenPolicyToNotificationPolicy()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 945 int callSenders = defaultPolicy.priorityCallSenders; in toNotificationPolicy() 1094 int priorityCallSenders = Policy.PRIORITY_SENDERS_CONTACTS; in toNotificationPolicy() local 1120 priorityCallSenders = sourceToPrioritySenders(allowCallsFrom, priorityCallSenders); in toNotificationPolicy() 1123 return new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders, in toNotificationPolicy() 1171 allowCallsFrom = prioritySendersToSource(policy.priorityCallSenders, allowCallsFrom); in applyNotificationPolicy()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 1263 policy.priorityCategories, policy.priorityCallSenders, in updateZenPolicy()
|
D | NotificationManagerService.java | 3820 policy.priorityCallSenders, policy.priorityMessageSenders, 3826 policy.priorityCallSenders, policy.priorityMessageSenders,
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |