Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DCompactMessagingLayout.java242 final boolean isNewGroup = currentGroup == null || senderKey != currentSenderKey; in groupMessages()
243 if (isNewGroup) { in groupMessages()
DMessagingLayout.java520 boolean isNewGroup = currentGroup == null; in findGroups()
525 isNewGroup |= !TextUtils.equals(key, currentSenderKey); in findGroups()
526 if (isNewGroup) { in findGroups()
DConversationLayout.java1164 boolean isNewGroup = currentGroup == null; in findGroups()
1168 isNewGroup |= !TextUtils.equals(key, currentSenderKey); in findGroups()
1169 if (isNewGroup) { in findGroups()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflater.kt226 val isNewGroup = (currentGroup == null) || senderKey != currentSenderKey in groupMessages() constant
227 if (isNewGroup) { in groupMessages()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java678 boolean isNewGroup = false; in onGroupWakefulnessChangeStarted()
681 isNewGroup = true; in onGroupWakefulnessChangeStarted()
685 if (isNewGroup || interactivity.isInteractive != isInteractive) { in onGroupWakefulnessChangeStarted()