Home
last modified time | relevance | path

Searched refs:mNotificationId (Results 1 – 3 of 3) 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.java100 private int mNotificationId; field in PbapStateMachine
111 mNotificationId = notificationId; in PbapStateMachine()
326 removePbapNotification(mNotificationId); in processMessage()
417 nm.notify(mNotificationId, notification); in createPbapNotification()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationNotificationInfo.java45 final int mNotificationId = sNextNotificationId++; field in ConversationNotificationInfo
148 return mNotificationId; in getNotificationId()