Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java682 ArgumentCaptor<NotificationChannel> channelCaptor = ArgumentCaptor.forClass( in checkChannelImportanceLevel() local
685 channelCaptor.capture()); in checkChannelImportanceLevel()
690 for (NotificationChannel notificationChannel : channelCaptor.getAllValues()) { in checkChannelImportanceLevel()