Searched refs:mNotificationId (Results 1 – 2 of 2) sorted by relevance
43 private int mNotificationId; field in ProcessingService247 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()
495 private final int mNotificationId; field in NotificationActionUtils.NotificationAction512 mNotificationId = notificationId; in NotificationAction()556 return mNotificationId; in getNotificationId()592 out.writeInt(mNotificationId); in writeToParcel()625 mNotificationId = in.readInt(); in NotificationAction()