Home
last modified time | relevance | path

Searched refs:getScopeKey (Results 1 – 24 of 24) sorted by relevance

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DScopedNotificationsIdUtils.java21 return SCOPED_CHANNEL_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedChannelId()
26 return SCOPED_GROUP_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedGroupId()
31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId()
84 return experienceKey.getScopeKey().equals(getExperienceScopeKeyFromScopedId(scopedId)); in checkIfIdBelongsToExperience()
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached()
217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
218 …ils.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer()
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DScopedNotificationsIdUtils.java21 return SCOPED_CHANNEL_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedChannelId()
26 return SCOPED_GROUP_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedGroupId()
31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId()
84 return experienceKey.getScopeKey().equals(getExperienceScopeKeyFromScopedId(scopedId)); in checkIfIdBelongsToExperience()
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached()
217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
218 …ils.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer()
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DScopedNotificationsIdUtils.java21 return SCOPED_CHANNEL_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedChannelId()
26 return SCOPED_GROUP_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedGroupId()
31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId()
84 return experienceKey.getScopeKey().equals(getExperienceScopeKeyFromScopedId(scopedId)); in checkIfIdBelongsToExperience()
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached()
217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
218 …ils.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer()
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DScopedNotificationsIdUtils.java21 return SCOPED_CHANNEL_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedChannelId()
26 return SCOPED_GROUP_TAG + SEPARATOR + experienceKey.getScopeKey() + SEPARATOR + channelId; in getScopedGroupId()
31 return getScopedCategoryIdRaw(experienceKey.getScopeKey(), categoryId); in getScopedCategoryId()
84 return experienceKey.getScopeKey().equals(getExperienceScopeKeyFromScopedId(scopedId)); in checkIfIdBelongsToExperience()
H A DNotificationsModule.java104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached()
217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
218 …ils.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer()
397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DExperienceKey.kt16 @JvmStatic fun fromManifest(manifest: Manifest) = ExperienceKey(manifest.getScopeKey()) in getUrlEncodedScopeKey()
/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DBaseLegacyManifest.kt12 override fun getScopeKey(): String = json.getNullable("scopeKey") ?: getStableLegacyID() in getStableLegacyID() method
H A DNewManifest.kt21 override fun getScopeKey(): String { in getID() method
H A DManifest.kt43 abstract fun getScopeKey(): String in updateJSON() method in expo.modules.manifests.core.Manifest
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentDB.kt24 scopeKey = exponentDBObject.manifest.getScopeKey(), in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt47 manifest.getScopeKey() in getAppScopeKey()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt47 manifest.getScopeKey() in getAppScopeKey()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt47 manifest.getScopeKey() in getAppScopeKey()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt47 manifest.getScopeKey() in getAppScopeKey()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java222 return activity != null ? activity.getExperienceKey().getScopeKey() : null; in getExperienceScopeKey()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/
H A DPedometerModule.java222 return activity != null ? activity.getExperienceKey().getScopeKey() : null; in getExperienceScopeKey()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java222 return activity != null ? activity.getExperienceKey().getScopeKey() : null; in getExperienceScopeKey()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/
H A DPedometerModule.java222 return activity != null ? activity.getExperienceKey().getScopeKey() : null; in getExperienceScopeKey()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt148 manifest.getScopeKey().startsWith(ANONYMOUS_SCOPE_KEY_PREFIX) in isAnonymousExperience()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt35 val experienceScopeKey = manifest.getScopeKey() in maybeCreateNotificationChannelGroup()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DFileDownloader.kt676 expoProjectInformation.scopeKey != manifestForProjectInformation.getScopeKey() in <lambda>()