Searched refs:mNotificationId (Results 1 - 4 of 4) 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);
/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java436 private final int mNotificationId; field in class:ExternalCallNotifier.NotificationInfo
443 mNotificationId = notificationId;
451 return mNotificationId;
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DMapMessageMonitor.java256 notificationInfo.mNotificationId, builder.build());
325 notificationInfo.mNotificationId, intent, PendingIntent.FLAG_UPDATE_CURRENT);
439 mNotificationManager.cancel(entry.getValue().mNotificationId);
634 final int mNotificationId = NEXT_NOTIFICATION_ID++; field in class:MapMessageMonitor.NotificationInfo
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java495 private final int mNotificationId; field in class:NotificationActionUtils.NotificationAction
512 mNotificationId = notificationId;
556 return mNotificationId;
592 out.writeInt(mNotificationId);
625 mNotificationId = in.readInt();

Completed in 386 milliseconds