Searched refs:mNotificationId (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | NotificationInfo.java | 27 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/ |
D | ProcessingService.java | 43 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/ |
D | KitchenSinkShellCommand.java | 84 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()
|
D | KitchenSink2Activity.java | 71 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()
|
D | KitchenSinkActivity.java | 140 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/ |
D | PbapStateMachine.java | 90 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/ |
D | MediaSession2Service.java | 300 private final int mNotificationId; field in MediaSession2Service.MediaNotification 315 mNotificationId = notificationId; in MediaNotification() 325 return mNotificationId; in getNotificationId()
|