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.kt207 val customContent = makeCustomContent() in <lambda>()
228 val customContent = makeCustomContent() in <lambda>()
253 val customContent = makeCustomContent() in <lambda>()
273 val customContent = makeCustomContent() in <lambda>()
297 val customContent = makeCustomContent() in <lambda>()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationTemplateTest.kt498 val customContent = makeCustomContent() in <lambda>()
519 val customContent = makeCustomContent() in <lambda>()
544 val customContent = makeCustomContent() in <lambda>()
565 val customContent = makeCustomContent() in <lambda>()
589 val customContent = makeCustomContent() in <lambda>()
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt94 protected fun makeCustomContent(): RemoteViews { in <lambda>() method in android.app.cts.NotificationTemplateTestBase