Searched refs:CAMERA_NOTIFICATION_ID (Results 1 – 1 of 1) sorted by relevance
76 private static final int CAMERA_NOTIFICATION_ID = 2; field in ProcessingService140 startForeground(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in onStartCommand()255 mNotificationManager.notify(CAMERA_NOTIFICATION_ID, mNotificationBuilder.build()); in postNotification()