HomeSort by relevance Sort by last modified time
    Searched refs:VALID_CONTACT (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 76 static final float VALID_CONTACT = 0.5f;
388 mAffinity = Math.max(mAffinity, VALID_CONTACT);
ZenModeFiltering.java 225 return contactAffinity >= ValidateNotificationPeople.VALID_CONTACT;
NotificationRecord.java 582 mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) {
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
NotificationComparatorTest.java 156 mRecordContact.setContactAffinity(ValidateNotificationPeople.VALID_CONTACT);

Completed in 85 milliseconds