Home
last modified time | relevance | path

Searched refs:notificationIntent (Results 1 – 1 of 1) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt215 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in schedule() constant
224 …val pendingIntent = PendingIntent.getBroadcast(context, 0, notificationIntent, PendingIntent.FLAG_… in schedule()
245 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in cancelScheduled() constant
251 …val pendingIntent = PendingIntent.getBroadcast(context, 0, notificationIntent, PendingIntent.FLAG_… in cancelScheduled()