HomeSort by relevance Sort by last modified time
    Searched refs:ValidateNotificationPeople (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/tests/notification/src/com/android/server/notification/
ValidateNotificationPeopleTest.java 40 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
49 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
58 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
67 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
76 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
85 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
94 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
107 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
124 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
137 String[] result = ValidateNotificationPeople.getExtraPeople(bundle)
    [all...]
NotificationComparatorTest.java 149 mRecordStarredContact.setContactAffinity(ValidateNotificationPeople.STARRED_CONTACT);
156 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT);
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeFiltering.java 79 UserHandle userHandle, Bundle extras, ValidateNotificationPeople validator,
225 return contactAffinity >= ValidateNotificationPeople.VALID_CONTACT;
227 return contactAffinity >= ValidateNotificationPeople.STARRED_CONTACT;
277 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras);
NotificationComparator.java 143 if (record.getContactAffinity() > ValidateNotificationPeople.NONE) {
ValidateNotificationPeople.java 56 public class ValidateNotificationPeople implements NotificationSignalExtractor {
NotificationRecord.java 582 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) {
    [all...]
ZenModeHelper.java 156 ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) {
    [all...]
NotificationManagerService.java 253 ValidateNotificationPeople.STARRED_CONTACT;
    [all...]

Completed in 783 milliseconds