Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java688 List<String> desiredImportanceChannelIds = new ArrayList<>(); in checkChannelImportanceLevel() local
692 desiredImportanceChannelIds.add(notificationChannel.getId()); in checkChannelImportanceLevel()
695 assertThat(desiredImportanceChannelIds.contains(channelId)).isTrue(); in checkChannelImportanceLevel()