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

/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java76 static final float VALID_CONTACT = 0.5f; field in class:ValidateNotificationPeople
426 mAffinity = Math.max(mAffinity, VALID_CONTACT);
H A DZenModeFiltering.java268 return contactAffinity >= ValidateNotificationPeople.VALID_CONTACT;
H A DNotificationRecord.java636 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationComparatorTest.java161 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT);

Completed in 337 milliseconds