Home
last modified time | relevance | path

Searched refs:notificationChannel (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
DMediaSessionTestHelperService.java53 NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL, in onCreate() local
55 manager.createNotificationChannel(notificationChannel); in onCreate()
/cts/tests/app/shared/src/android/app/stubs/shared/
DCloseSystemDialogsTestService.java171 NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in notify() local
173 mNotificationManager.createNotificationChannel(notificationChannel); in notify()
/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java171 NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in postNotification() local
173 mNotificationManager.createNotificationChannel(notificationChannel); in postNotification()