Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1416 NotificationChannel channel2 = in testGetChannel() local
1426 mNotificationManager.createNotificationChannel(channel2); in testGetChannel()
1430 compareChannels(channel2, in testGetChannel()
1431 mNotificationManager.getNotificationChannel(channel2.getId())); in testGetChannel()
1443 NotificationChannel channel2 = in testGetChannels() local
1455 channelMap.put(channel2.getId(), channel2); in testGetChannels() local
1459 mNotificationManager.createNotificationChannel(channel2); in testGetChannels()