Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java794 NotificationChannel channel4 = in testGetChannel() local
800 mNotificationManager.createNotificationChannel(channel4); in testGetChannel()
808 compareChannels(channel4, in testGetChannel()
809 mNotificationManager.getNotificationChannel(channel4.getId())); in testGetChannel()
822 NotificationChannel channel4 = in testGetChannels() local
830 channelMap.put(channel4.getId(), channel4); in testGetChannels() local
835 mNotificationManager.createNotificationChannel(channel4); in testGetChannels()