Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy30/src/android/app/notification/legacy30/cts/
DNotificationTemplateApi30Test.kt266 val iconView = findViewByIdName<ImageView>("icon") in <lambda>()
286 val appNameView = findViewByIdName<TextView>("app_name_text") in <lambda>()
290 val iconView = findViewByIdName<ImageView>("icon") in <lambda>()
310 val iconView = findViewByIdName<ImageView>("icon") in <lambda>()
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt107 protected fun <T : View> NotificationHostActivity.findViewByIdName(idName: String): T? = in <lambda>() method in android.app.cts.NotificationTemplateTestBase