Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt69 fun getViewLabel(view: View): String = views[view]?.label ?: view.toString() regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.java220 + (view != null ? mDiffer.getViewLabel(view) : "null"), in checkMatchesSpec()