diff --git a/src/com/android/settings/contract/SettingsContract.kt b/src/com/android/settings/contract/SettingsContract.kt index da3867f35a4..f9ae9c91ef7 100644 --- a/src/com/android/settings/contract/SettingsContract.kt +++ b/src/com/android/settings/contract/SettingsContract.kt @@ -69,6 +69,12 @@ const val KEY_SCREEN_ATTENTION = "screen_attention" /** Contract key for the "Use adaptive connectivity" setting. */ const val KEY_ADAPTIVE_CONNECTIVITY = "adaptive_connectivity" +/** Contract key for the "Auto-switch Wi-Fi to Cellular" setting. */ +const val KEY_ADAPTIVE_WIFI_SCORER = "adaptive_wifi_scorer" + +/** Contract key for the " Auto-switch mobile network for battery life" setting. */ +const val KEY_ADAPTIVE_MOBILE_NETWORK = "adaptive_mobile_network" + /** Contract key for the "WiFi hotspot" setting. */ const val KEY_WIFI_HOTSPOT = "enable_wifi_ap"