Home
last modified time | relevance | path

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

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java13 class BackgroundFetchModule extends ExportedModule { class
16 public BackgroundFetchModule(Context context) { in BackgroundFetchModule() method in BackgroundFetchModule
H A DBackgroundFetchPackage.java14 return Collections.singletonList((ExportedModule) new BackgroundFetchModule(context)); in createExportedModules()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java13 class BackgroundFetchModule extends ExportedModule { class
16 public BackgroundFetchModule(Context context) { in BackgroundFetchModule() method in BackgroundFetchModule
H A DBackgroundFetchPackage.java14 return Collections.singletonList((ExportedModule) new BackgroundFetchModule(context)); in createExportedModules()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.java13 class BackgroundFetchModule extends ExportedModule { class
16 public BackgroundFetchModule(Context context) { in BackgroundFetchModule() method in BackgroundFetchModule
H A DBackgroundFetchPackage.java14 return Collections.singletonList((ExportedModule) new BackgroundFetchModule(context)); in createExportedModules()
/expo/packages/expo-background-fetch/android/src/main/java/expo/modules/backgroundfetch/
H A DBackgroundFetchModule.kt10 class BackgroundFetchModule : Module() { in <lambda>() class
/expo/packages/expo-background-fetch/ios/
H A DBackgroundFetchModule.swift3 public class BackgroundFetchModule: Module { class
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/
H A DExperiencePackagePicker.kt7 import expo.modules.backgroundfetch.BackgroundFetchModule
142 BackgroundFetchModule::class.java,