Searched refs:NOTIFICATION_OBJECT_KEY (Results 1 – 5 of 5) sorted by relevance
21 … val details = bundle!!.getSerializable(KernelConstants.NOTIFICATION_OBJECT_KEY) as HashMap<*, *>? in onReceive()
501 …intent.putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEvent.toJSONObject(null).toSt… in showNotification()522 …putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEventInner.toJSONObject(null).toStri… in showNotification()
219 putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, details) in schedule()
36 const val NOTIFICATION_OBJECT_KEY = "notification_object" constant
466 val notificationObject = bundle.getString(KernelConstants.NOTIFICATION_OBJECT_KEY) in <lambda>()