Home
last modified time | relevance | path

Searched defs:NotificationScheduler (Results 1 – 4 of 4) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java34 public class NotificationScheduler extends ExportedModule { class
39 public NotificationScheduler(Context context) { in NotificationScheduler() method in NotificationScheduler
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java34 public class NotificationScheduler extends ExportedModule { class
39 public NotificationScheduler(Context context) { in NotificationScheduler() method in NotificationScheduler
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.java34 public class NotificationScheduler extends ExportedModule { class
39 public NotificationScheduler(Context context) { in NotificationScheduler() method in NotificationScheduler
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/scheduling/
H A DNotificationScheduler.kt33 open class NotificationScheduler : Module() { in <lambda>() class