Home
last modified time | relevance | path

Searched refs:getNotificationCategory (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java159 public String getNotificationCategory() { in getNotificationCategory() method in PeopleSpaceTile
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java270 if (Objects.equals(mTile.getNotificationCategory(), CATEGORY_MISSED_CALL)) { in getViewForTile()