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.kt178 val customContent = makeCustomContent() in <lambda>() constant
182 .setCustomContentView(customContent) in <lambda>()
198 val customContent = makeCustomContent() in <lambda>() constant
202 .setCustomBigContentView(customContent) in <lambda>()
222 val customContent = makeCustomContent() in <lambda>() constant
226 .setCustomContentView(customContent) in <lambda>()
241 val customContent = makeCustomContent() in <lambda>() constant
245 .setCustomBigContentView(customContent) in <lambda>()
264 val customContent = makeCustomContent() in <lambda>() constant
268 .setCustomHeadsUpContentView(customContent) in <lambda>()
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt76 val customContent = RemoteViews(mContext.packageName, R.layout.simple_list_item_1) in <lambda>() constant
78 customContent.setTextViewText(textId, "Example Text") in <lambda>()
79 return customContent in <lambda>()
/cts/tests/app/src/android/app/cts/
DNotificationTemplateTest.kt414 val customContent = makeCustomContent() in <lambda>() constant
418 .setCustomContentView(customContent) in <lambda>()
434 val customContent = makeCustomContent() in <lambda>() constant
438 .setCustomBigContentView(customContent) in <lambda>()
458 val customContent = makeCustomContent() in <lambda>() constant
462 .setCustomContentView(customContent) in <lambda>()
478 val customContent = makeCustomContent() in <lambda>() constant
482 .setCustomBigContentView(customContent) in <lambda>()
501 val customContent = makeCustomContent() in <lambda>() constant
505 .setCustomHeadsUpContentView(customContent) in <lambda>()