Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DScheduler.kt4 import host.exp.exponent.notifications.exceptions.UnableToScheduleException
8 @Throws(UnableToScheduleException::class)
H A DSchedulerImpl.kt4 import host.exp.exponent.notifications.exceptions.UnableToScheduleException
12 @Throws(UnableToScheduleException::class)
20 throw UnableToScheduleException() in schedule()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/managers/
H A DSchedulerManagerImpl.kt7 import host.exp.exponent.notifications.exceptions.UnableToScheduleException
23 } catch (e: UnableToScheduleException) { in triggerAll()
70 } catch (e: UnableToScheduleException) { in rescheduleOrDelete()
95 } catch (e: UnableToScheduleException) { in addScheduler()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/exceptions/
H A DUnableToScheduleException.kt5 class UnableToScheduleException : CodedException("Probably there won't be any time in the future wh… class
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java34 import host.exp.exponent.notifications.exceptions.UnableToScheduleException;
377 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithTimer()
416 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithCalendar()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java34 import host.exp.exponent.notifications.exceptions.UnableToScheduleException;
377 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithTimer()
416 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithCalendar()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java34 import host.exp.exponent.notifications.exceptions.UnableToScheduleException;
377 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithTimer()
416 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithCalendar()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java34 import host.exp.exponent.notifications.exceptions.UnableToScheduleException;
377 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithTimer()
416 promise.reject(new UnableToScheduleException()); in scheduleNotificationWithCalendar()