Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 11 of 11) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DSchedulerImpl.kt23 val notificationId = schedulerModel.notificationId in schedule() constant
40 val notificationId = schedulerModel.notificationId in cancel() constant
H A DSchedulerModel.kt10 val notificationId: Int constant
H A DIntervalSchedulerModel.kt19 @Column override var notificationId = 0 variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel
H A DCalendarSchedulerModel.kt22 @Column override var notificationId = 0 variable in host.exp.exponent.notifications.schedulers.CalendarSchedulerModel
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local
237 notificationId, in presentLocalNotificationWithChannel() local
271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local
280 notificationId, in scheduleLocalNotificationWithChannel() local
296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification()
310 public void cancelScheduledNotificationAsync(final int notificationId, final Promise promise) { in cancelScheduledNotificationAsync()
351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local
389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local
237 notificationId, in presentLocalNotificationWithChannel() local
271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local
280 notificationId, in scheduleLocalNotificationWithChannel() local
296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification()
310 public void cancelScheduledNotificationAsync(final int notificationId, final Promise promise) { in cancelScheduledNotificationAsync()
351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local
389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local
237 notificationId, in presentLocalNotificationWithChannel() local
271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local
280 notificationId, in scheduleLocalNotificationWithChannel() local
296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification()
310 public void cancelScheduledNotificationAsync(final int notificationId, final Promise promise) { in cancelScheduledNotificationAsync()
351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local
389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java233 int notificationId = new Random().nextInt(); in presentLocalNotificationWithChannel() local
237 notificationId, in presentLocalNotificationWithChannel() local
271 int notificationId = new Random().nextInt(); in scheduleLocalNotificationWithChannel() local
280 notificationId, in scheduleLocalNotificationWithChannel() local
296 public void dismissNotification(final int notificationId, final Promise promise) { in dismissNotification()
310 public void cancelScheduledNotificationAsync(final int notificationId, final Promise promise) { in cancelScheduledNotificationAsync()
351 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithTimer() local
389 int notificationId = Math.abs(new Random().nextInt()); in scheduleNotificationWithCalendar() local
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScheduledNotificationReceiver.kt22 val notificationId = bundle.getInt(KernelConstants.NOTIFICATION_ID_KEY, 0) in onReceive() constant
H A DExponentNotification.kt13 val notificationId: Int, constant in host.exp.exponent.notifications.ExponentNotification
/expo/packages/expo-notifications/build/
H A DNotificationsHandler.js8 constructor(notificationId, notification) { argument