Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java788 NotificationChannel channel2 = in testGetChannel() local
798 mNotificationManager.createNotificationChannel(channel2); in testGetChannel()
802 compareChannels(channel2, in testGetChannel()
803 mNotificationManager.getNotificationChannel(channel2.getId())); in testGetChannel()
816 NotificationChannel channel2 = in testGetChannels() local
828 channelMap.put(channel2.getId(), channel2); in testGetChannels() local
833 mNotificationManager.createNotificationChannel(channel2); in testGetChannels()