Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java316 private final String mSilentChannelId; field in NotificationMsgDelegate.NotificationChannelWrapper
321 mSilentChannelId = generateNotificationChannelId(); in NotificationChannelWrapper()
322 setupSilentNotificationChannel(mSilentChannelId, in NotificationChannelWrapper()
331 if (showSilently) return mSilentChannelId; in getChannelId()