Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java1421 NotificationChannel channel4 = in testGetChannel() local
1427 mNotificationManager.createNotificationChannel(channel4); in testGetChannel()
1435 compareChannels(channel4, in testGetChannel()
1436 mNotificationManager.getNotificationChannel(channel4.getId())); in testGetChannel()
1448 NotificationChannel channel4 = in testGetChannels() local
1456 channelMap.put(channel4.getId(), channel4); in testGetChannels() local
1460 mNotificationManager.createNotificationChannel(channel4); in testGetChannels()