Searched refs:priorityCallSenders (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 889 public final int priorityCallSenders; field in NotificationManager.Policy 928 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders) { in Policy() argument 929 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy() 942 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, in Policy() argument 945 this.priorityCallSenders = priorityCallSenders; in Policy() 958 dest.writeInt(priorityCallSenders); in writeToParcel() 970 return Objects.hash(priorityCategories, priorityCallSenders, priorityMessageSenders, in hashCode() 980 && other.priorityCallSenders == priorityCallSenders in equals() 989 + ",priorityCallSenders=" + prioritySendersToString(priorityCallSenders) in toString()
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 633 int priorityCallSenders = Policy.PRIORITY_SENDERS_CONTACTS; in toNotificationPolicy() local 657 priorityCallSenders = sourceToPrioritySenders(allowCallsFrom, priorityCallSenders); in toNotificationPolicy() 659 return new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders, in toNotificationPolicy() 689 allowCallsFrom = prioritySendersToSource(policy.priorityCallSenders, allowCallsFrom); in applyNotificationPolicy()
|
/frameworks/base/api/ |
D | current.txt | 5638 field public final int priorityCallSenders;
|
D | system-current.txt | 5844 field public final int priorityCallSenders;
|