Searched refs:DevLauncherInstallationIDHelper (Results 1 – 7 of 7) sorted by relevance
19 val installationIDHelper = DevLauncherInstallationIDHelper() in installationID is persisted in memory()32 val installationIDHelper1 = DevLauncherInstallationIDHelper() in installationID is persisted in storage()35 val installationIDHelper2 = DevLauncherInstallationIDHelper() in installationID is persisted in storage()
3 import expo.modules.devlauncher.helpers.DevLauncherInstallationIDHelper24 single { DevLauncherInstallationIDHelper() } in <lambda>()
12 class DevLauncherInstallationIDHelper { in <lambda>() class66 private val TAG = DevLauncherInstallationIDHelper::class.java.simpleName in <lambda>()
6 import expo.modules.devlauncher.helpers.DevLauncherInstallationIDHelper29 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in createAppLoader()
8 import expo.modules.devlauncher.helpers.DevLauncherInstallationIDHelper48 single { mockk<DevLauncherInstallationIDHelper>(relaxed = true) } in setup()
15 import expo.modules.devlauncher.helpers.DevLauncherInstallationIDHelper33 private val installationIDHelper: DevLauncherInstallationIDHelper by inject()
56 private val installationIDHelper: DevLauncherInstallationIDHelper by inject() in <lambda>()