Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScheduledNotificationReceiver.kt15 class ScheduledNotificationReceiver : BroadcastReceiver() { class
38 EXL.e(ScheduledNotificationReceiver::class.java.name, e) in onReceive()
45 NativeModuleDepsProvider.instance.inject(ScheduledNotificationReceiver::class.java, this)
H A DExponentNotificationManager.kt215 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in schedule()
245 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in cancelScheduled()