Home
last modified time | relevance | path

Searched defs:installationIDHelper (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/
H A DDevLauncherInstallationIDHelperTest.kt19 val installationIDHelper = DevLauncherInstallationIDHelper() in installationID is persisted in memory() constant
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherInstallationIDHelperTests.swift9 let installationIDHelper = EXDevLauncherInstallationIDHelper() in testGetOrCreateInstallationID_PersistedInMemory() variable
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoaderFactory.kt29 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in createAppLoader() constant in expo.modules.devlauncher.launcher.loaders.DevLauncherAppLoaderFactory
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.m56 @property (nonatomic, strong) EXDevLauncherInstallationIDHelper *installationIDHelper; property
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt33 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt56 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in <lambda>() constant in expo.modules.devlauncher.DevLauncherController