Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java39 static final String NOTIFICATION_CHANNEL = "NotificationListenerTest"; field in SendNotification
59NOTIFICATION_CHANNEL, "Test channel", NotificationManager.IMPORTANCE_DEFAULT)); in sendNotification()
61 new Notification.Builder(getApplicationContext(), NOTIFICATION_CHANNEL) in sendNotification()
71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL); in cancelNotification()
/cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
DMediaSessionTestHelperService.java41 private static final String NOTIFICATION_CHANNEL = TAG; field in MediaSessionTestHelperService
53 NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL, in onCreate()
57 Notification notification = new Notification.Builder(this, NOTIFICATION_CHANNEL) in onCreate()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileNotificationListenerService.java30 static final String NOTIFICATION_CHANNEL = "NotificationListenerTest"; field in CrossProfileNotificationListenerService
58 if (NOTIFICATION_CHANNEL.equals(sbn.getNotification().getChannelId())) { in sendBroadcastForNotification()