Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java44 private NotificationManager mNotifyMgr = null; field in ProcessingService
238 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()