Searched refs:ValidateNotificationPeople (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java43 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
52 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
61 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
70 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
79 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
88 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
97 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
110 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
127 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
140 String[] result = ValidateNotificationPeople
[all...]
H A DNotificationComparatorTest.java154 mRecordStarredContact.setContactAffinity(ValidateNotificationPeople.STARRED_CONTACT);
161 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java92 UserHandle userHandle, Bundle extras, ValidateNotificationPeople validator,
268 return contactAffinity >= ValidateNotificationPeople.VALID_CONTACT;
270 return contactAffinity >= ValidateNotificationPeople.STARRED_CONTACT;
320 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras);
H A DNotificationComparator.java143 if (record.getContactAffinity() > ValidateNotificationPeople.NONE) {
H A DValidateNotificationPeople.java56 public class ValidateNotificationPeople implements NotificationSignalExtractor { class in inherits:NotificationSignalExtractor
H A DNotificationRecord.java636 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) {
H A DZenModeHelper.java155 ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) {
H A DNotificationManagerService.java288 ValidateNotificationPeople.STARRED_CONTACT;
3147 mRankingHelper.findExtractor(ValidateNotificationPeople.class),

Completed in 189 milliseconds