Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1418 NotificationChannel channel3 = in testGetChannel() local
1426 mNotificationManager.createNotificationChannel(channel3); in testGetChannel()
1431 compareChannels(channel3, in testGetChannel()
1432 mNotificationManager.getNotificationChannel(channel3.getId())); in testGetChannel()
1445 NotificationChannel channel3 = in testGetChannels() local
1455 channelMap.put(channel3.getId(), channel3); in testGetChannels() local
1459 mNotificationManager.createNotificationChannel(channel3); in testGetChannels()
1462 mNotificationManager.deleteNotificationChannel(channel3.getId()); in testGetChannels()
1472 assertFalse(channel3.getId().equals(nc.getId())); in testGetChannels()