Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java156 CharSequence firstCharSequence = first[i]; in areDifferent() local
158 if (!TextUtils.equals(firstCharSequence, secondCharSequence)) { in areDifferent()