Searched refs:mNotifyMgr (Results 1 – 1 of 1) sorted by relevance
44 private NotificationManager mNotifyMgr = null; field in ProcessingService238 mNotifyMgr = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in handleSaveRequest()239 mNotifyMgr.cancelAll(); in handleSaveRequest()259 mNotifyMgr.notify(mNotificationId, mBuilder.build()); in updateNotificationWithBitmap()264 mNotifyMgr.notify(mNotificationId, mBuilder.build()); in updateProgress()280 mNotifyMgr.cancel(mNotificationId); in completeSaveImage()