Home
last modified time | relevance | path

Searched refs:UPDATES_CONFIGURATION_SCOPE_KEY_KEY (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesConfiguration.kt61 …overrideMap?.readValueCheckingType<String>(UPDATES_CONFIGURATION_SCOPE_KEY_KEY) ?: context?.getMet…
117 const val UPDATES_CONFIGURATION_SCOPE_KEY_KEY = "scopeKey" constant
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesConfigurationInstrumentationTest.kt133 UpdatesConfiguration.UPDATES_CONFIGURATION_SCOPE_KEY_KEY to "override", in test_initialization_mapTakesPrecedenceOverContext()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt137 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_SCOPE_KEY_KEY] = httpManifestUrl.toString() in start()