Searched refs:ValidateNotificationPeople (Results 1 – 8 of 8) sorted by relevance
43 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 …]
154 mRecordStarredContact.setContactAffinity(ValidateNotificationPeople.STARRED_CONTACT); in setUp()161 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT); in setUp()
92 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()
143 if (record.getContactAffinity() > ValidateNotificationPeople.NONE) { in isImportantPeople()
56 public class ValidateNotificationPeople implements NotificationSignalExtractor { class
636 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) { in setContactAffinity()
155 ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) { in matchesCallFilter()
2928 Lcom/android/server/notification/ValidateNotificationPeople$1;2929 Lcom/android/server/notification/ValidateNotificationPeople;