Home
last modified time | relevance | path

Searched refs:mNotificationId (Results 1 – 4 of 4) 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/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java91 private int mNotificationId; field in PbapStateMachine
102 mNotificationId = notificationId; in PbapStateMachine()
316 removePbapNotification(mNotificationId); in processMessage()
402 nm.notify(mNotificationId, notification); in createPbapNotification()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java253 mNotificationManager.cancel(notificationInfo.mNotificationId); in clearNotifications()
340 notificationInfo.mNotificationId, in postNotification()
361 final int notificationId = notificationInfo.mNotificationId; in createNotification()
499 final int mNotificationId = NEXT_NOTIFICATION_ID++; field in MessengerDelegate.NotificationInfo
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationNotificationInfo.java41 final int mNotificationId = sNextNotificationId++; field in ConversationNotificationInfo
116 return mNotificationId; in getNotificationId()