Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java362 final List<NotificationChannelState> channelStates = new ArrayList<>(); in getDisplayableChannels() local
368 channelStates.add(new NotificationChannelState(sentState, channel)); in getDisplayableChannels()
372 return channelStates.stream() in getDisplayableChannels()