Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHostActivity.kt29 val views = (intent.getParcelableExtra(EXTRA_REMOTE_VIEWS) as RemoteViews?)!! in onCreate()
42 const val EXTRA_REMOTE_VIEWS = "remote_views" constant
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt54 activityIntent.putExtra(NotificationHostActivity.EXTRA_REMOTE_VIEWS, views) in <lambda>()