Searched refs:channel1 (Results 1 – 3 of 3) sorted by relevance
95 NotificationChannel channel1 = NotificationChannel.CREATOR.createFromParcel(parcel); in testWriteToParcel() local96 assertEquals(channel, channel1); in testWriteToParcel()
1413 NotificationChannel channel1 = in testGetChannel() local1424 mNotificationManager.createNotificationChannel(channel1); in testGetChannel()1433 compareChannels(channel1, in testGetChannel()1434 mNotificationManager.getNotificationChannel(channel1.getId())); in testGetChannel()1440 NotificationChannel channel1 = in testGetChannels() local1453 channelMap.put(channel1.getId(), channel1); in testGetChannels() local1457 mNotificationManager.createNotificationChannel(channel1); in testGetChannels()
250 NotificationChannel channel1 = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in runInNotificationSession() local252 mNm.createNotificationChannel(channel1); in runInNotificationSession()