Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A 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()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaSession2Service.java300 private final int mNotificationId; field in MediaSession2Service.MediaNotification
315 mNotificationId = notificationId; in MediaNotification()
325 return mNotificationId; in getNotificationId()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java139 private int mNotificationId; field in Bubble
451 mNotificationId = entry.getStatusBarNotification().getId(); in setEntry()
531 return mNotificationId; in getNotificationId()