Searched refs:channel3 (Results 1 – 1 of 1) sorted by relevance
1418 NotificationChannel channel3 = in testGetChannel() local1426 mNotificationManager.createNotificationChannel(channel3); in testGetChannel()1431 compareChannels(channel3, in testGetChannel()1432 mNotificationManager.getNotificationChannel(channel3.getId())); in testGetChannel()1445 NotificationChannel channel3 = in testGetChannels() local1455 channelMap.put(channel3.getId(), channel3); in testGetChannels() local1459 mNotificationManager.createNotificationChannel(channel3); in testGetChannels()1462 mNotificationManager.deleteNotificationChannel(channel3.getId()); in testGetChannels()1472 assertFalse(channel3.getId().equals(nc.getId())); in testGetChannels()