Searched refs:NOTIFICATION_ID_KEY (Results 1 – 6 of 6) sorted by relevance
33 put(NotificationConstants.NOTIFICATION_ID_KEY, notificationId) in toJSONObject()49 call("putInt", NotificationConstants.NOTIFICATION_ID_KEY, notificationId) in toWriteableMap()73 jsonObject.getInt(NotificationConstants.NOTIFICATION_ID_KEY), in fromJSONObjectString()
10 const val NOTIFICATION_ID_KEY = "notificationId" constant
20 NotificationConstants.NOTIFICATION_ID_KEY in removeNotifications()
22 val notificationId = bundle.getInt(KernelConstants.NOTIFICATION_ID_KEY, 0) in onReceive()
218 putExtra(KernelConstants.NOTIFICATION_ID_KEY, id) in schedule()
35 const val NOTIFICATION_ID_KEY = "notification_id" constant