Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesConfiguration.kt58 …isEnabled = overrideMap?.readValueCheckingType<Boolean>(UPDATES_CONFIGURATION_ENABLED_KEY) ?: cont…
116 const val UPDATES_CONFIGURATION_ENABLED_KEY = "enabled" constant
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesConfigurationInstrumentationTest.kt132 UpdatesConfiguration.UPDATES_CONFIGURATION_ENABLED_KEY to false, in test_initialization_mapTakesPrecedenceOverContext()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt141 …configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_ENABLED_KEY] = Constants.ARE_REMOTE_UPDATES_E… in start()