Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java304 .filter(c -> shouldKeepConversation(c)) in getSortedTiles()
319 if (!PeopleSpaceUtils.shouldKeepConversation(tile)) { in getTile()
378 public static boolean shouldKeepConversation(PeopleSpaceTile tile) { in shouldKeepConversation() method in PeopleSpaceUtils