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()
1414 NotificationChannel channel1 = in testGetChannel() local1425 mNotificationManager.createNotificationChannel(channel1); in testGetChannel()1434 compareChannels(channel1, in testGetChannel()1435 mNotificationManager.getNotificationChannel(channel1.getId())); in testGetChannel()1441 NotificationChannel channel1 = in testGetChannels() local1454 channelMap.put(channel1.getId(), channel1); in testGetChannels() local1458 mNotificationManager.createNotificationChannel(channel1); in testGetChannels()
250 NotificationChannel channel1 = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in runInNotificationSession() local252 mNm.createNotificationChannel(channel1); in runInNotificationSession()