Home
last modified time | relevance | path

Searched refs:VALID_CONTACT (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java76 static final float VALID_CONTACT = 0.5f; field in ValidateNotificationPeople
388 mAffinity = Math.max(mAffinity, VALID_CONTACT); in mergeContact()
DZenModeFiltering.java232 return contactAffinity >= ValidateNotificationPeople.VALID_CONTACT; in audienceMatches()
DNotificationRecord.java543 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) { in setContactAffinity()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationComparatorTest.java156 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT); in setUp()