Home
last modified time | relevance | path

Searched defs:experienceScopeKey (Results 1 – 19 of 19) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt11 val experienceScopeKey: String, constant in host.exp.exponent.notifications.ExponentNotification
68 …val experienceScopeKey = jsonObject.getNullable(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOP… in fromJSONObjectString() constant
H A DScopedExpoNotificationBuilder.kt39 val experienceScopeKey = requester.experienceScopeKeyString in setNotification() constant
H A DExponentNotificationManager.kt35 val experienceScopeKey = manifest.getScopeKey() in maybeCreateNotificationChannelGroup() constant
H A DNotificationHelper.kt365 …val experienceScopeKey = notificationScopeKey ?: (details[NotificationConstants.NOTIFICATION_EXPER… in showNotification() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in abi47_0_0.host.exp.exponent.modules.universal.sensors.BaseSensorService
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in abi49_0_0.host.exp.exponent.modules.universal.sensors.BaseSensorService
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in abi48_0_0.host.exp.exponent.modules.universal.sensors.BaseSensorService
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DBaseSensorService.kt11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in versioned.host.exp.exponent.modules.universal.sensors.BaseSensorService
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local
H A DScopedNotificationsIdUtils.java35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local
H A DScopedNotificationsIdUtils.java35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local
H A DScopedNotificationsIdUtils.java35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local
H A DScopedNotificationsIdUtils.java35 …tic String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String categoryId) { in getScopedCategoryIdRaw()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DIntervalSchedulerModel.kt20 @Column(name = "experienceId") var experienceScopeKey: String? = null variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel
H A DCalendarSchedulerModel.kt23 @Column(name = "experienceId") var experienceScopeKey: String? = null variable in host.exp.exponent.notifications.schedulers.CalendarSchedulerModel
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt530 … val experienceScopeKey = ScopedNotificationsUtils.getExperienceScopeKey(response) ?: return false in <lambda>() constant