Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationInfo.java27 private int mNotificationId; field in NotificationInfo
38 this.mNotificationId = notificationId; in NotificationInfo()
58 return mNotificationId; in getNotificationId()
78 this.mNotificationId = notificationId; in setNotificationId()
91 && (mNotificationId == that.mNotificationId); in equals()
97 mLastNotificationTimeMs, mNotificationId); in hashCode()
/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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkShellCommand.java84 private final int mNotificationId; field in KitchenSinkShellCommand
96 mNotificationId = id; in KitchenSinkShellCommand()
243 notificationMgr.notify(mNotificationId, notification); in postNotification()
244 Log.i(TAG, "Post Notification: id=" + mNotificationId + ", message=" + message); in postNotification()
DKitchenSink2Activity.java71 private int mNotificationId = 1000; field in KitchenSink2Activity
542 new KitchenSinkShellCommand(this, writer, cmdArgs, mNotificationId++).run(); in dump()
575 writer.printf("%sNext Notification Id: %d\n", innerPrefix, mNotificationId); in dump()
DKitchenSinkActivity.java140 private int mNotificationId = 1000; field in KitchenSinkActivity
573 new KitchenSinkShellCommand(this, writer, cmdArgs, mNotificationId++).run(); in dump()
609 writer.printf("%sNext Notification Id: %d\n", innerPrefix, mNotificationId); in dump()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java90 private int mNotificationId; field in PbapStateMachine
109 mNotificationId = notificationId; in PbapStateMachine()
363 removePbapNotification(mNotificationId); in processMessage()
455 nm.notify(mNotificationId, notification); in createPbapNotification()
/packages/modules/Media/apex/framework/java/android/media/
DMediaSession2Service.java300 private final int mNotificationId; field in MediaSession2Service.MediaNotification
315 mNotificationId = notificationId; in MediaNotification()
325 return mNotificationId; in getNotificationId()