Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java43 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra()
52 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString()
61 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray()
70 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence()
79 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle()
88 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple()
97 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls()
110 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple()
127 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList()
140 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList()
[all …]
DNotificationComparatorTest.java154 mRecordStarredContact.setContactAffinity(ValidateNotificationPeople.STARRED_CONTACT); in setUp()
161 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT); in setUp()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java92 UserHandle userHandle, Bundle extras, ValidateNotificationPeople validator, in matchesCallFilter()
268 return contactAffinity >= ValidateNotificationPeople.VALID_CONTACT; in audienceMatches()
270 return contactAffinity >= ValidateNotificationPeople.STARRED_CONTACT; in audienceMatches()
320 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in peopleString()
DNotificationComparator.java143 if (record.getContactAffinity() > ValidateNotificationPeople.NONE) { in isImportantPeople()
DValidateNotificationPeople.java56 public class ValidateNotificationPeople implements NotificationSignalExtractor { class
DNotificationRecord.java636 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) { in setContactAffinity()
DZenModeHelper.java155 ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) { in matchesCallFilter()
/frameworks/base/services/
Dart-profile2928 Lcom/android/server/notification/ValidateNotificationPeople$1;
2929 Lcom/android/server/notification/ValidateNotificationPeople;