Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java43 private int mNotificationId; field in ProcessingService
247 startForeground(mNotificationId, mBuilder.build()); in handleSaveRequest()
259 mNotifyMgr.notify(mNotificationId, mBuilder.build()); in updateNotificationWithBitmap()
264 mNotifyMgr.notify(mNotificationId, mBuilder.build()); in updateProgress()
280 mNotifyMgr.cancel(mNotificationId); in completeSaveImage()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java495 private final int mNotificationId; field in NotificationActionUtils.NotificationAction
512 mNotificationId = notificationId; in NotificationAction()
556 return mNotificationId; in getNotificationId()
592 out.writeInt(mNotificationId); in writeToParcel()
625 mNotificationId = in.readInt(); in NotificationAction()