Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java73 private Map<String, NotificationChannelWrapper> mAppNameToChannel = new HashMap<>();
280 new NotificationChannelWrapper(appDisplayName)); in getChannelId()
313 private class NotificationChannelWrapper { class in NotificationMsgDelegate
318 NotificationChannelWrapper(String appDisplayName) { in NotificationChannelWrapper() method in NotificationMsgDelegate.NotificationChannelWrapper