Searched refs:mNotificationId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingService.java43 private int mNotificationId; field in class:ProcessingService
247 startForeground(mNotificationId, mBuilder.build());
259 mNotifyMgr.notify(mNotificationId, mBuilder.build());
264 mNotifyMgr.notify(mNotificationId, mBuilder.build());
280 mNotifyMgr.cancel(mNotificationId);

Completed in 8 milliseconds