Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoaderTask.kt326 … return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = true) in <lambda>()
366 … Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = false) in <lambda>()
371 … Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = false) in <lambda>()
380 … return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = false) in <lambda>()
393 Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = true) in <lambda>()
401 Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = false) in <lambda>()
H A DLoader.kt43 data class OnUpdateResponseLoadedResult(val shouldDownloadManifestIfPresentInResponse: Boolean) constant in expo.modules.updates.loader.Loader.OnUpdateResponseLoadedResult
113 …updateManifest !== null && onUpdateResponseLoadedResult.shouldDownloadManifestIfPresentInResponse)… in onFailure()
H A DRemoteLoader.kt152 return OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = true) in <lambda>()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesDevLauncherController.kt100 shouldDownloadManifestIfPresentInResponse = when (updateDirective) { in fetchUpdateWithConfiguration()
107 …eManifest ?: return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in fetchUpdateWithConfiguration()
108 …return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = callback.on… in fetchUpdateWithConfiguration()
H A DUpdatesModule.kt400 shouldDownloadManifestIfPresentInResponse = when (updateDirective) { in <lambda>()
408 … ?: return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = false) in <lambda>()
411shouldDownloadManifestIfPresentInResponse = updatesServiceLocal.selectionPolicy.shouldLoadNewUpdat… in <lambda>()
H A DUpdatesController.kt437 shouldDownloadManifestIfPresentInResponse = when (updateDirective) { in initializeErrorRecovery()
444 …eManifest ?: return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in initializeErrorRecovery()
445 …return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse = selectionPo… in initializeErrorRecovery()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/
H A DUpdatesModule.kt289 shouldDownloadManifestIfPresentInResponse = when (updateDirective) { in <lambda>()
296 …eManifest ?: return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in <lambda>()
299shouldDownloadManifestIfPresentInResponse = updatesServiceLocal.selectionPolicy.shouldLoadNewUpdat… in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/
H A DUpdatesModule.kt242 …eManifest ?: return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in <lambda>()
245shouldDownloadManifestIfPresentInResponse = updatesServiceLocal.selectionPolicy.shouldLoadNewUpdat… in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/
H A DUpdatesModule.kt243 …eManifest ?: return Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in <lambda>()
246shouldDownloadManifestIfPresentInResponse = updatesServiceLocal.selectionPolicy.shouldLoadNewUpdat… in <lambda>()
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DEmbeddedLoaderTest.kt65 …ed(any()) } returns Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in setup()
H A DRemoteLoaderTest.kt84 …ed(any()) } returns Loader.OnUpdateResponseLoadedResult(shouldDownloadManifestIfPresentInResponse in setup()