Searched refs:configMap (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/ |
| H A D | FileDownloaderTest.kt | 37 val configMap = mapOf<String, Any>( in testCacheControl_LegacyManifest() constant 42 val config = UpdatesConfiguration(null, configMap) in testCacheControl_LegacyManifest() 49 val configMap = mapOf<String, Any>( in testCacheControl_NewManifest() constant 54 val config = UpdatesConfiguration(null, configMap) in testCacheControl_NewManifest() 62 val configMap = mapOf<String, Any>( in testExtraHeaders_ObjectTypes() constant 67 val config = UpdatesConfiguration(null, configMap) in testExtraHeaders_ObjectTypes() 88 val configMap = mapOf<String, Any>( in testExtraHeaders_OverrideOrder() constant 110 val configMap = mapOf<String, Any>( in testAssetExtraHeaders_OverrideOrder() constant 132 val configMap = mapOf<String, Any>( in testAssetExtraHeaders_ObjectTypes() constant 196 val configMap = mapOf<String, Any>( in test_downloadAsset_mismatchedAssetHash() constant [all …]
|
| H A D | EmbeddedLoaderTest.kt | 41 val configMap = mapOf<String, Any>( in setup() constant 45 configuration = UpdatesConfiguration(null, configMap) in setup()
|
| H A D | RemoteLoaderTest.kt | 43 val configMap = mapOf<String, Any>( in setup() constant 47 configuration = UpdatesConfiguration(null, configMap) in setup()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/ |
| H A D | ExpoUpdatesAppLoader.kt | 135 val configMap = mutableMapOf<String, Any>() in start() constant 136 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY] = httpManifestUrl in start() 139 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_RELEASE_CHANNEL_KEY] = releaseChannel in start() 143 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_CHECK_ON_LAUNCH_KEY] = "NEVER" in start() 144 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_LAUNCH_WAIT_MS_KEY] = 0 in start() 150 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_CHECK_ON_LAUNCH_KEY] = "ALWAYS" in start() 151 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_LAUNCH_WAIT_MS_KEY] = 60000 in start() 154 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_REQUEST_HEADERS_KEY] = requestHeaders in start() 155 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_EXPECTS_EXPO_SIGNED_MANIFEST] = true in start() 159 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_CODE_SIGNING_METADATA] = mapOf( in start() [all …]
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/manifest/ |
| H A D | NewUpdateManifestTest.kt | 63 val configMap = HashMap<String, Any>() in createConfig() constant 64 configMap["updateUrl"] = Uri.parse("https://exp.host/@test/test") in createConfig() 65 return UpdatesConfiguration(null, configMap) in createConfig()
|
| H A D | UpdateManifestFactoryTest.kt | 24 …val configMap = mapOf("updateUrl" to Uri.parse("https://exp.host/@esamelson/native-component-list"… in createConfig() constant 25 return UpdatesConfiguration(null, configMap) in createConfig()
|
| H A D | LegacyUpdateManifestTest.kt | 239 val configMap = HashMap<String, Any>() in createConfig() constant 240 configMap["updateUrl"] = Uri.parse("https://exp.host/@test/test") in createConfig() 241 return UpdatesConfiguration(null, configMap) in createConfig()
|