Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/react/
H A DDevLauncherDevSupportManagerSwapper.kt26 val currentDevSupportManager = reactInstanceManager.devSupportManager in swapDevSupportManagerImpl() constant
27 if (currentDevSupportManager is DevLauncherDevSupportManager) { in swapDevSupportManagerImpl()
32 if (currentDevSupportManager is DisabledDevSupportManager) { in swapDevSupportManagerImpl()
39 …applicationContext = devManagerClass.getProtectedFieldValue(currentDevSupportManager, "mApplicatio… in swapDevSupportManagerImpl()
41 …gerPathForJSBundleName = devManagerClass.getProtectedFieldValue(currentDevSupportManager, "mJSAppB… in swapDevSupportManagerImpl()
43 …redBoxHandler = devManagerClass.getProtectedFieldValue(currentDevSupportManager, "mRedBoxHandler"), in swapDevSupportManagerImpl()
44 …devBundleDownloadListener = devManagerClass.getProtectedFieldValue(currentDevSupportManager, "mBun… in swapDevSupportManagerImpl()
61 tryToStopShakeDetector(currentDevSupportManager) in swapDevSupportManagerImpl()
64 currentDevSupportManager, in swapDevSupportManagerImpl()
102 private fun tryToStopShakeDetector(currentDevSupportManager: DevSupportManager) { in tryToStopShakeDetector()
[all …]