Searched refs:NOTIFICATION_CHANNEL (Results 1 – 5 of 5) sorted by relevance
39 static final String NOTIFICATION_CHANNEL = "NotificationListenerTest"; field in SendNotification59 … NOTIFICATION_CHANNEL, "Test channel", NotificationManager.IMPORTANCE_DEFAULT)); in sendNotification()61 new Notification.Builder(getApplicationContext(), NOTIFICATION_CHANNEL) in sendNotification()71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL); in cancelNotification()
41 private static final String NOTIFICATION_CHANNEL = TAG; field in MediaSessionTestHelperService53 NotificationChannel notificationChannel = new NotificationChannel(NOTIFICATION_CHANNEL, in onCreate()57 Notification notification = new Notification.Builder(this, NOTIFICATION_CHANNEL) in onCreate()
30 static final String NOTIFICATION_CHANNEL = "NotificationListenerTest"; field in CrossProfileNotificationListenerService58 if (NOTIFICATION_CHANNEL.equals(sbn.getNotification().getChannelId())) { in sendBroadcastForNotification()
86 protected static final NotificationChannel NOTIFICATION_CHANNEL = new NotificationChannel( field in BaseNotificationManagerTest124 mNotificationManager.createNotificationChannel(NOTIFICATION_CHANNEL); in baseSetUp()
831 channelMap.put(NOTIFICATION_CHANNEL_ID, NOTIFICATION_CHANNEL); in testGetChannels()