Home
last modified time | relevance | path

Searched refs:channel3 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java791 NotificationChannel channel3 = in testGetChannel() local
799 mNotificationManager.createNotificationChannel(channel3); in testGetChannel()
804 compareChannels(channel3, in testGetChannel()
805 mNotificationManager.getNotificationChannel(channel3.getId())); in testGetChannel()
819 NotificationChannel channel3 = in testGetChannels() local
829 channelMap.put(channel3.getId(), channel3); in testGetChannels() local
834 mNotificationManager.createNotificationChannel(channel3); in testGetChannels()
837 mNotificationManager.deleteNotificationChannel(channel3.getId()); in testGetChannels()
841 assertFalse(channel3.getId().equals(nc.getId())); in testGetChannels()