Home
last modified time | relevance | path

Searched refs:customContent (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>() constant
211 .setCustomContentView(customContent) in <lambda>()
228 val customContent = makeCustomContent() in <lambda>() constant
232 .setCustomBigContentView(customContent) in <lambda>()
253 val customContent = makeCustomContent() in <lambda>() constant
257 .setCustomContentView(customContent) in <lambda>()
273 val customContent = makeCustomContent() in <lambda>() constant
277 .setCustomBigContentView(customContent) in <lambda>()
297 val customContent = makeCustomContent() in <lambda>() constant
301 .setCustomHeadsUpContentView(customContent) in <lambda>()
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt95 val customContent = RemoteViews(context.packageName, R.layout.simple_list_item_1) in <lambda>() constant
97 customContent.setTextViewText(textId, "Example Text") in <lambda>()
98 return customContent in <lambda>()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationTemplateTest.kt498 val customContent = makeCustomContent() in <lambda>() constant
502 .setCustomContentView(customContent) in <lambda>()
519 val customContent = makeCustomContent() in <lambda>() constant
523 .setCustomBigContentView(customContent) in <lambda>()
544 val customContent = makeCustomContent() in <lambda>() constant
548 .setCustomContentView(customContent) in <lambda>()
565 val customContent = makeCustomContent() in <lambda>() constant
569 .setCustomBigContentView(customContent) in <lambda>()
589 val customContent = makeCustomContent() in <lambda>() constant
593 .setCustomHeadsUpContentView(customContent) in <lambda>()