Home
last modified time | relevance | path

Searched refs:STARRED_CONTACT (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java95 static final float STARRED_CONTACT = 1f; field in ValidateNotificationPeople
256 mUsageStats.registerPeopleAffinity(record, affinity > NONE, affinity == STARRED_CONTACT, in validatePeople()
463 mAffinity = Math.max(mAffinity, STARRED_CONTACT); in mergeContact()
607 mContactAffinity == STARRED_CONTACT, false /* cached */); in work()
H A DZenModeFiltering.java379 return contactAffinity >= ValidateNotificationPeople.STARRED_CONTACT; in audienceMatches()
H A DNotificationManagerService.java448 ValidateNotificationPeople.STARRED_CONTACT;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java87 static final float STARRED_CONTACT = 1f; field in PeopleSpaceUtils
484 affinity = Math.max(affinity, STARRED_CONTACT); in getContactAffinity()
H A DPeopleTileViewHelper.java37 import static com.android.systemui.people.PeopleSpaceUtils.STARRED_CONTACT;
319 && tile.getContactAffinity() == STARRED_CONTACT) { in isDndBlockingTileData()
325 || tile.getContactAffinity() == STARRED_CONTACT)) { in isDndBlockingTileData()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationComparatorTest.java202 mRecordStarredContact.setContactAffinity(ValidateNotificationPeople.STARRED_CONTACT); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java30 import static com.android.systemui.people.PeopleSpaceUtils.STARRED_CONTACT;
677 .setContactAffinity(STARRED_CONTACT) in testCreateRemoteViewsWithDndBlocking()
688 .setContactAffinity(STARRED_CONTACT) in testCreateRemoteViewsWithDndBlocking()