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.java1419 NotificationChannel channel3 = in testGetChannel() local
1427 mNotificationManager.createNotificationChannel(channel3); in testGetChannel()
1432 compareChannels(channel3, in testGetChannel()
1433 mNotificationManager.getNotificationChannel(channel3.getId())); in testGetChannel()
1446 NotificationChannel channel3 = in testGetChannels() local
1456 channelMap.put(channel3.getId(), channel3); in testGetChannels() local
1460 mNotificationManager.createNotificationChannel(channel3); in testGetChannels()
1463 mNotificationManager.deleteNotificationChannel(channel3.getId()); in testGetChannels()
1473 assertFalse(channel3.getId().equals(nc.getId())); in testGetChannels()