Searched refs:otherModule (Results 1 – 5 of 5) sorted by relevance
53 for (otherModule in otherModules) { in createNativeModules() constant54 if (otherModule is RegistryLifecycleListener) { in createNativeModules()55 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
79 for (otherModule in otherModules) { in createNativeModules() constant80 if (otherModule is RegistryLifecycleListener) { in createNativeModules()81 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
76 for (otherModule in otherModules) { in createNativeModules() constant77 if (otherModule is RegistryLifecycleListener) { in createNativeModules()78 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
85 for (otherModule in otherModules) { in createNativeModules() constant86 if (otherModule is RegistryLifecycleListener) { in createNativeModules()87 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
79 for (otherModule in otherModules) { in <lambda>() constant80 if (otherModule is RegistryLifecycleListener) { in <lambda>()81 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in <lambda>()