Home
last modified time | relevance | path

Searched defs:configMap (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DFileDownloaderTest.kt37 val configMap = mapOf<String, Any>( in testCacheControl_LegacyManifest() constant
49 val configMap = mapOf<String, Any>( in testCacheControl_NewManifest() constant
62 val configMap = mapOf<String, Any>( in testExtraHeaders_ObjectTypes() constant
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
245 val configMap = mapOf<String, Any>( in test_downloadAsset_nullExpectedAssetHash() constant
H A DEmbeddedLoaderTest.kt41 val configMap = mapOf<String, Any>( in setup() constant
H A DRemoteLoaderTest.kt43 val configMap = mapOf<String, Any>( in setup() constant
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/manifest/
H A DUpdateManifestFactoryTest.kt24 …val configMap = mapOf("updateUrl" to Uri.parse("https://exp.host/@esamelson/native-component-list"… in createConfig() constant
H A DNewUpdateManifestTest.kt63 val configMap = HashMap<String, Any>() in createConfig() constant
H A DLegacyUpdateManifestTest.kt239 val configMap = HashMap<String, Any>() in createConfig() constant
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt135 val configMap = mutableMapOf<String, Any>() in start() constant