Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt114 private fun <T : View> collectViews( in <lambda>() method in android.app.cts.NotificationTemplateTestBase
131 collectViews(child, type, mutableList, requireVisible, predicate) in <lambda>()
147 collectViews(notificationRoot, TextView::class, views) { it.text?.toString() == text } in <lambda>()
159 collectViews(notificationRoot, TextView::class, views) { in <lambda>()