Lines Matching refs:CHANNEL
69 private static final NotificationChannel CHANNEL = new NotificationChannel("id", "name", field in NotificationTest
98 mNotification = new Notification.Builder(mContext, CHANNEL.getId()).build();
99 assertEquals(CHANNEL.getId(), mNotification.getChannelId());
133 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
251 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
268 assertEquals(CHANNEL.getId(), mNotification.getChannelId());
281 Notification.Builder builder = new Notification.Builder(mContext, CHANNEL.getId());
308 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
339 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
363 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
454 Notification notification = new Notification.Builder(mContext, CHANNEL.getId())
611 Notification notification = new Notification.Builder(mContext, CHANNEL.getId()).build(); in testGetAllowSystemGeneratedContextualActions_trueByDefault()
616 Notification notification = new Notification.Builder(mContext, CHANNEL.getId()) in testGetAllowSystemGeneratedContextualActions()