Home
last modified time | relevance | path

Searched refs:priorityCallSenders (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java1450 public final int priorityCallSenders; field in NotificationManager.Policy
1584 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders) { in Policy() argument
1585 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy()
1618 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument
1621 this.priorityCallSenders = priorityCallSenders; in Policy()
1628 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument
1631 this.priorityCallSenders = priorityCallSenders; in Policy()
1646 dest.writeInt(priorityCallSenders); in writeToParcel()
1659 return Objects.hash(priorityCategories, priorityCallSenders, priorityMessageSenders, in hashCode()
1669 && other.priorityCallSenders == priorityCallSenders in equals()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeConfigTest.java91 int priorityCallSenders = originalPolicy.priorityCallSenders; in testZenPolicyToNotificationPolicy() local
100 Policy expectedPolicy = new Policy(priorityCategories, priorityCallSenders, in testZenPolicyToNotificationPolicy()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java945 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/
DPreferencesHelper.java1279 policy.priorityCategories, policy.priorityCallSenders, in updateZenPolicy()
DNotificationManagerService.java3911 policy.priorityCallSenders, policy.priorityMessageSenders,
3917 policy.priorityCallSenders, policy.priorityMessageSenders,
/frameworks/base/non-updatable-api/
Dcurrent.txt5900 field public final int priorityCallSenders;
/frameworks/base/api/
Dcurrent.txt5900 field public final int priorityCallSenders;