Searched refs:currentDevSupportManager (Results 1 – 1 of 1) sorted by relevance
26 val currentDevSupportManager = reactInstanceManager.devSupportManager in swapDevSupportManagerImpl() constant27 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 …]