Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java54 private static final String APP_RUNNING_CHANNEL_ID = "APP_RUNNING_CHANNEL_ID"; field in NotificationMsgService
125 new NotificationChannel(APP_RUNNING_CHANNEL_ID, in sendServiceRunningNotification()
131 new NotificationCompat.Builder(this, APP_RUNNING_CHANNEL_ID) in sendServiceRunningNotification()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java52 private static final String APP_RUNNING_CHANNEL_ID = "APP_RUNNING_CHANNEL_ID"; field in MessengerService
98 new NotificationChannel(APP_RUNNING_CHANNEL_ID, in sendServiceRunningNotification()
127 new NotificationCompat.Builder(this, APP_RUNNING_CHANNEL_ID) in sendServiceRunningNotification()