Home
last modified time | relevance | path

Searched refs:notificationChannelId (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestNotificationActivity.java58 final String notificationChannelId = "SystemUiCtsChannel"; in doShowNotification() local
61 NotificationChannel channel = new NotificationChannel(notificationChannelId, "SystemUi Cts", in doShowNotification()
68 new Notification.Builder(this, notificationChannelId) in doShowNotification()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceLocation.java48 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local
51 notificationChannelId, notificationChannelId, in onStartCommand()
DLocalForegroundService.java75 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local
78 notificationChannelId, notificationChannelId, in onStartCommand()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundActivity.java166 final String notificationChannelId = "StatsdCtsChannel"; in doShowNotification() local
169 NotificationChannel channel = new NotificationChannel(notificationChannelId, "Statsd Cts", in doShowNotification()
176 new Notification.Builder(this, notificationChannelId) in doShowNotification()