Searched refs:notificationChannelId (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/systemui/app/src/android/systemui/cts/ |
D | TestNotificationActivity.java | 58 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/ |
D | LocalForegroundServiceLocation.java | 48 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local 51 notificationChannelId, notificationChannelId, in onStartCommand()
|
D | LocalForegroundService.java | 75 String notificationChannelId = getNotificationChannelId(); in onStartCommand() local 78 notificationChannelId, notificationChannelId, in onStartCommand()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | StatsdCtsForegroundActivity.java | 165 final String notificationChannelId = "StatsdCtsChannel"; in doShowNotification() local 168 NotificationChannel channel = new NotificationChannel(notificationChannelId, "Statsd Cts", in doShowNotification() 175 new Notification.Builder(this, notificationChannelId) in doShowNotification()
|