Searched refs:notificationIntent (Results 1 – 1 of 1) sorted by relevance
215 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in schedule() constant224 …val pendingIntent = PendingIntent.getBroadcast(context, 0, notificationIntent, PendingIntent.FLAG_… in schedule()245 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in cancelScheduled() constant251 …val pendingIntent = PendingIntent.getBroadcast(context, 0, notificationIntent, PendingIntent.FLAG_… in cancelScheduled()