Searched refs:channel3 (Results 1 – 1 of 1) sorted by relevance
1419 NotificationChannel channel3 = in testGetChannel() local1427 mNotificationManager.createNotificationChannel(channel3); in testGetChannel()1432 compareChannels(channel3, in testGetChannel()1433 mNotificationManager.getNotificationChannel(channel3.getId())); in testGetChannel()1446 NotificationChannel channel3 = in testGetChannels() local1456 channelMap.put(channel3.getId(), channel3); in testGetChannels() local1460 mNotificationManager.createNotificationChannel(channel3); in testGetChannels()1463 mNotificationManager.deleteNotificationChannel(channel3.getId()); in testGetChannels()1473 assertFalse(channel3.getId().equals(nc.getId())); in testGetChannels()