Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy30/src/android/app/notification/legacy30/cts/
DNotificationTemplateApi30Test.kt178 val customContent = makeCustomContent() in <lambda>()
198 val customContent = makeCustomContent() in <lambda>()
222 val customContent = makeCustomContent() in <lambda>()
241 val customContent = makeCustomContent() in <lambda>()
264 val customContent = makeCustomContent() in <lambda>()
/cts/tests/app/src/android/app/cts/
DNotificationTemplateTest.kt414 val customContent = makeCustomContent() in <lambda>()
434 val customContent = makeCustomContent() in <lambda>()
458 val customContent = makeCustomContent() in <lambda>()
478 val customContent = makeCustomContent() in <lambda>()
501 val customContent = makeCustomContent() in <lambda>()
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt75 protected fun makeCustomContent(): RemoteViews { in <lambda>() method in android.app.cts.NotificationTemplateTestBase