Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamFgService.java50 private static final int NOTIF_ID = 1; field in DeviceAsWebcamFgService
131 startForeground(NOTIF_ID, notif, ServiceInfo.FOREGROUND_SERVICE_TYPE_CAMERA); in startForegroundWithNotification()
423 NotificationManagerCompat.from(mContext).notify(NOTIF_ID, mNotificationBuilder.build()); in updateNotificationToNextIcon()