Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java55 private static final int SERVICE_STARTED_NOTIFICATION_ID = Integer.MAX_VALUE; field in NotificationMsgService
136 startForeground(SERVICE_STARTED_NOTIFICATION_ID, notification); in sendServiceRunningNotification()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java53 private static final int SERVICE_STARTED_NOTIFICATION_ID = Integer.MAX_VALUE; field in MessengerService
132 startForeground(SERVICE_STARTED_NOTIFICATION_ID, notification); in sendServiceRunningNotification()