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.java1422 NotificationChannel channel4 = in testGetChannel() local
1428 mNotificationManager.createNotificationChannel(channel4); in testGetChannel()
1436 compareChannels(channel4, in testGetChannel()
1437 mNotificationManager.getNotificationChannel(channel4.getId())); in testGetChannel()
1449 NotificationChannel channel4 = in testGetChannels() local
1457 channelMap.put(channel4.getId(), channel4); in testGetChannels() local
1461 mNotificationManager.createNotificationChannel(channel4); in testGetChannels()