Home | History | Annotate | Download | only in cts

Lines Matching refs:CHANNEL

61     private static final NotificationChannel CHANNEL = new NotificationChannel("id", "name",
89 mNotification = new Notification.Builder(mContext, CHANNEL.getId()).build();
90 assertEquals(CHANNEL.getId(), mNotification.getChannelId());
124 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
236 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
251 assertEquals(CHANNEL.getId(), mNotification.getChannelId());
261 Notification.Builder builder = new Notification.Builder(mContext, CHANNEL.getId());
288 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
319 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
336 mNotification = new Notification.Builder(mContext, CHANNEL.getId())