Home
last modified time | relevance | path

Searched refs:ScopedContext (Results 1 – 25 of 35) sorted by relevance

12

/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DScopedModuleRegistryAdapter.kt8 import host.exp.exponent.utils.ScopedContext
13 scopedContext: ScopedContext,
H A DScopedSecureStoreModule.kt4 import host.exp.exponent.utils.ScopedContext
12 class ScopedSecureStoreModule(private val scopedContext: ScopedContext) : SecureStoreModule() {
H A DScopedFilePermissionModule.kt7 import host.exp.exponent.utils.ScopedContext
12 class ScopedFilePermissionModule(private val scopedContext: ScopedContext) : FilePermissionModule()…
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DScopedModuleRegistryAdapter.kt8 import host.exp.exponent.utils.ScopedContext
13 scopedContext: ScopedContext,
H A DScopedSecureStoreModule.kt4 import host.exp.exponent.utils.ScopedContext
12 class ScopedSecureStoreModule(private val scopedContext: ScopedContext) :
H A DScopedFilePermissionModule.kt7 import host.exp.exponent.utils.ScopedContext
12 class ScopedFilePermissionModule(private val scopedContext: ScopedContext) : FilePermissionModule()…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DScopedModuleRegistryAdapter.kt8 import host.exp.exponent.utils.ScopedContext
13 scopedContext: ScopedContext,
H A DScopedSecureStoreModule.kt4 import host.exp.exponent.utils.ScopedContext
12 class ScopedSecureStoreModule(private val scopedContext: ScopedContext) :
H A DScopedFilePermissionModule.kt7 import host.exp.exponent.utils.ScopedContext
12 class ScopedFilePermissionModule(private val scopedContext: ScopedContext) : FilePermissionModule()…
H A DExpoModuleRegistryAdapter.kt10 import host.exp.exponent.utils.ScopedContext
22 scopedContext: ScopedContext, in createNativeModules()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DScopedModuleRegistryAdapter.kt8 import host.exp.exponent.utils.ScopedContext
13 scopedContext: ScopedContext,
H A DScopedSecureStoreModule.kt4 import host.exp.exponent.utils.ScopedContext
12 class ScopedSecureStoreModule(private val scopedContext: ScopedContext) :
H A DScopedFilePermissionModule.kt7 import host.exp.exponent.utils.ScopedContext
12 class ScopedFilePermissionModule(private val scopedContext: ScopedContext) : FilePermissionModule()…
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/av/
H A DSharedCookiesDataSourceFactoryProvider.kt9 import host.exp.exponent.utils.ScopedContext
21 is ScopedContext -> context.context as ReactContext in createFactory()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/av/
H A DSharedCookiesDataSourceFactoryProvider.kt9 import host.exp.exponent.utils.ScopedContext
21 is ScopedContext -> context.context as ReactContext in createFactory()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/av/
H A DSharedCookiesDataSourceFactoryProvider.kt9 import host.exp.exponent.utils.ScopedContext
21 is ScopedContext -> context.context as ReactContext in createFactory()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/av/
H A DSharedCookiesDataSourceFactoryProvider.kt9 import host.exp.exponent.utils.ScopedContext
21 is ScopedContext -> context.context as ReactContext in createFactory()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DDetachedModuleRegistryAdapter.kt10 import host.exp.exponent.utils.ScopedContext
20 scopedContext: ScopedContext, in createNativeModules()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt17 import host.exp.exponent.utils.ScopedContext
25 return if (context is ScopedContext) { in getSchedulingContext()
26 (context as ScopedContext).baseContext in getSchedulingContext()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt17 import host.exp.exponent.utils.ScopedContext
25 return if (context is ScopedContext) { in getSchedulingContext()
26 (context as ScopedContext).baseContext in getSchedulingContext()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationScheduler.kt17 import host.exp.exponent.utils.ScopedContext
25 return if (context is ScopedContext) { in getSchedulingContext()
26 (context as ScopedContext).baseContext in getSchedulingContext()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java27 import host.exp.exponent.utils.ScopedContext;
36 private final ScopedContext mScopedContext;
38 public RNViewShotModule(ReactApplicationContext reactContext, ScopedContext scopedContext) { in RNViewShotModule()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java27 import host.exp.exponent.utils.ScopedContext;
36 private final ScopedContext mScopedContext;
38 public RNViewShotModule(ReactApplicationContext reactContext, ScopedContext scopedContext) { in RNViewShotModule()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java29 import host.exp.exponent.utils.ScopedContext;
38 private final ScopedContext mScopedContext;
42 public RNViewShotModule(ReactApplicationContext reactContext, ScopedContext scopedContext) { in RNViewShotModule()
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DScopedApplicationContext.kt8 class ScopedApplicationContext(private val application: Application, context: ScopedContext) : Appl…

12