Home
last modified time | relevance | path

Searched refs:intentRegistry (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-client/android/src/androidTest/java/com/expo/modules/devclient/tests/
H A DDevClientDeepLinkTest.kt26 …val intentRegistry: DevLauncherIntentRegistryInterface = object : DevLauncherIntentRegistryInterfa… in checks_if_pending_deep_link_is_displayed() constant
35 intentRegistry.intent = Intent().apply { in checks_if_pending_deep_link_is_displayed()
40 intentRegistry in checks_if_pending_deep_link_is_displayed()
49 val intentRegistry = it.koin().get<DevLauncherIntentRegistryInterface>() in <lambda>() constant
50 intentRegistry.intent = Intent().apply { data = Uri.parse("http://localhost:1234") } in <lambda>()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt32 private val intentRegistry: DevLauncherIntentRegistryInterface by inject() constant
38 intentRegistry.subscribe(this::onNewPendingIntent) in initialize()
45 intentRegistry.unsubscribe(this::onNewPendingIntent) in invalidate()
184 intentRegistry.intent?.data?.let { in getPendingDeepLink()
189 promise.resolve(intentRegistry.intent?.action) in getPendingDeepLink()