Searched refs:priorityCallSenders (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 158 * {@link Policy#priorityCallSenders}, {@link Policy#priorityCategories}, 749 public final int priorityCallSenders; field in class:NotificationManager.Policy 785 * @param priorityCallSenders which callers can bypass DND. 788 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders) { argument 789 this(priorityCategories, priorityCallSenders, priorityMessageSenders, 797 * @param priorityCallSenders which callers can bypass DND. 802 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders, argument 805 this.priorityCallSenders = priorityCallSenders; 818 dest.writeInt(priorityCallSenders); [all...] |
/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 638 int priorityCallSenders = Policy.PRIORITY_SENDERS_CONTACTS; 662 priorityCallSenders = sourceToPrioritySenders(allowCallsFrom, priorityCallSenders); 664 return new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders, 694 allowCallsFrom = prioritySendersToSource(policy.priorityCallSenders, allowCallsFrom);
|
Completed in 63 milliseconds