Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationChannelTest.java95 NotificationChannel channel1 = NotificationChannel.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
96 assertEquals(channel, channel1); in testWriteToParcel()
DNotificationManagerTest.java1413 NotificationChannel channel1 = in testGetChannel() local
1424 mNotificationManager.createNotificationChannel(channel1); in testGetChannel()
1433 compareChannels(channel1, in testGetChannel()
1434 mNotificationManager.getNotificationChannel(channel1.getId())); in testGetChannel()
1440 NotificationChannel channel1 = in testGetChannels() local
1453 channelMap.put(channel1.getId(), channel1); in testGetChannels() local
1457 mNotificationManager.createNotificationChannel(channel1); in testGetChannels()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java250 NotificationChannel channel1 = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in runInNotificationSession() local
252 mNm.createNotificationChannel(channel1); in runInNotificationSession()