Home
last modified time | relevance | path

Searched refs:UPDATES_CONFIGURATION_UPDATE_URL_KEY (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DFileDownloaderManifestParsingTest.kt41 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_JSONBody()
107 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_MultipartBody()
165 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_MultipartBodyOnlyDirective()
222 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode()
273 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_MultipartBodyNoRelevantParts()
316 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_MultipartBodyEmpty()
355 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_NullBodyResponseProtocol1()
394 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_204ResponseProtocol1()
434 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_204ResponseNoProtocol()
483 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://exp.host/@test/tes… in testManifestParsing_JSONBodySigned()
[all …]
H A DFileDownloaderTest.kt197 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://u.expo.dev/0000000… in test_downloadAsset_mismatchedAssetHash()
246 …UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("https://u.expo.dev/0000000… in test_downloadAsset_nullExpectedAssetHash()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/
H A DBuildData.kt61 val updateUrlKey = UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY in isBuildDataConsistent()
99 put(UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY, updatesConfiguration.updateUrl) in getBuildDataFromConfig()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesConfiguration.kt62 …updateUrl = overrideMap?.readValueCheckingType<Uri>(UPDATES_CONFIGURATION_UPDATE_URL_KEY) ?: conte… in <lambda>()
64 …updateUrl = overrideMap?.readValueCheckingType<Uri>(UPDATES_CONFIGURATION_UPDATE_URL_KEY) ?: conte… in <lambda>()
118 const val UPDATES_CONFIGURATION_UPDATE_URL_KEY = "updateUrl" constant
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesConfigurationInstrumentationTest.kt134 … UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY to Uri.parse("http://override.com"), in test_initialization_mapTakesPrecedenceOverContext()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt136 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY] = httpManifestUrl in start()