Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt89 return getPeopleType(entry) == TYPE_IMPORTANT_PERSON in <lambda>()
136 getPeopleType(entry) != TYPE_NON_PERSON in <lambda>()
139 private fun getPeopleType(entry: ListEntry): Int = in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinator
146 val type1 = getPeopleType(entry1) in <lambda>()
147 val type2 = getPeopleType(entry2) in <lambda>()