Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherNetworkInterceptor.kt89 val mDevServerHelperField = devSupportManagerBaseClass.getDeclaredField("mDevServerHelper") constant
90 mDevServerHelperField.isAccessible = true
91 val devServerHelper = mDevServerHelperField[devSupportManager]
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/helpers/
H A DDevLauncherReactUtils.kt72 val mDevServerHelperField = devSupportManagerBaseClass.getDeclaredField("mDevServerHelper") in injectDebugServerHost() constant
73 mDevServerHelperField.isAccessible = true in injectDebugServerHost()
74 val devServerHelper = mDevServerHelperField[devSupportManager] in injectDebugServerHost()