Searched refs:onNewPendingIntent (Results 1 – 1 of 1) sorted by relevance
38 intentRegistry.subscribe(this::onNewPendingIntent) in initialize()45 intentRegistry.unsubscribe(this::onNewPendingIntent) in invalidate()198 private fun onNewPendingIntent(intent: Intent) { in onNewPendingIntent() method