Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java342 CharSequence childText = childView == null ? "" : childView.getText(); in compare() local
343 return Objects.equals(parentText, childText); in compare()