Searched refs:priorityCallSenders (Results 1 – 4 of 4) sorted by relevance
559 public final int priorityCallSenders; field in NotificationManager.Policy565 public Policy(int priorityCategories, int priorityCallSenders, int priorityMessageSenders) { in Policy() argument567 this.priorityCallSenders = priorityCallSenders; in Policy()579 dest.writeInt(priorityCallSenders); in writeToParcel()590 return Objects.hash(priorityCategories, priorityCallSenders, priorityMessageSenders); in hashCode()599 && other.priorityCallSenders == priorityCallSenders in equals()607 + ",priorityCallSenders=" + prioritySendersToString(priorityCallSenders) in toString()
594 int priorityCallSenders = Policy.PRIORITY_SENDERS_CONTACTS; in toNotificationPolicy() local611 priorityCallSenders = sourceToPrioritySenders(allowCallsFrom, priorityCallSenders); in toNotificationPolicy()613 return new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders); in toNotificationPolicy()642 allowCallsFrom = prioritySendersToSource(policy.priorityCallSenders, allowCallsFrom); in applyNotificationPolicy()
5064 field public final int priorityCallSenders;
5181 field public final int priorityCallSenders;