Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundActivity.java145 final String notificationChannelId = "StatsdCtsChannel"; in doShowNotification() local
148 NotificationChannel channel = new NotificationChannel(notificationChannelId, "Statsd Cts", in doShowNotification()
155 new Notification.Builder(this, notificationChannelId) in doShowNotification()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java470 final String notificationChannelId = "com.android.launcher3.Debug"; in onCreate() local
477 notificationChannelId, notificationChannelName, in onCreate()
490 Notification notification = new Notification.Builder(this, notificationChannelId) in onCreate()