Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java76 private static final int CAMERA_NOTIFICATION_ID = 2; field in ProcessingService
140 startForeground(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in onStartCommand()
255 mNotificationManager.notify(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in postNotification()