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.java1414 NotificationChannel channel1 = in testGetChannel() local
1425 mNotificationManager.createNotificationChannel(channel1); in testGetChannel()
1434 compareChannels(channel1, in testGetChannel()
1435 mNotificationManager.getNotificationChannel(channel1.getId())); in testGetChannel()
1441 NotificationChannel channel1 = in testGetChannels() local
1454 channelMap.put(channel1.getId(), channel1); in testGetChannels() local
1458 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()