| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | ScopedNotificationsIdUtils.java | 21 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 D | NotificationsModule.java | 104 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 D | ScopedNotificationsIdUtils.java | 21 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 D | NotificationsModule.java | 104 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 D | ScopedNotificationsIdUtils.java | 21 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 D | NotificationsModule.java | 104 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 D | ScopedNotificationsIdUtils.java | 21 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 D | NotificationsModule.java | 104 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 D | ExperienceKey.kt | 16 @JvmStatic fun fromManifest(manifest: Manifest) = ExperienceKey(manifest.getScopeKey()) in getUrlEncodedScopeKey()
|
| /expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/ |
| H A D | BaseLegacyManifest.kt | 12 override fun getScopeKey(): String = json.getNullable("scopeKey") ?: getStableLegacyID() in getStableLegacyID() method
|
| H A D | NewManifest.kt | 21 override fun getScopeKey(): String { in getID() method
|
| H A D | Manifest.kt | 43 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 D | ExponentDB.kt | 24 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 D | ConstantsBinding.kt | 47 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 D | ConstantsBinding.kt | 47 manifest.getScopeKey() in getAppScopeKey()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/ |
| H A D | ConstantsBinding.kt | 47 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 D | ConstantsBinding.kt | 47 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 D | PedometerModule.java | 222 return activity != null ? activity.getExperienceKey().getScopeKey() : null; in getExperienceScopeKey()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/ |
| H A D | PedometerModule.java | 222 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 D | PedometerModule.java | 222 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 D | PedometerModule.java | 222 return activity != null ? activity.getExperienceKey().getScopeKey() : null; in getExperienceScopeKey()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExponentManifest.kt | 148 manifest.getScopeKey().startsWith(ANONYMOUS_SCOPE_KEY_PREFIX) in isAnonymousExperience()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotificationManager.kt | 35 val experienceScopeKey = manifest.getScopeKey() in maybeCreateNotificationChannelGroup()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/ |
| H A D | FileDownloader.kt | 676 expoProjectInformation.scopeKey != manifestForProjectInformation.getScopeKey() in <lambda>()
|