Merge "Setting for RecommendedNetworkEvaluator cache TTL"

This commit is contained in:
Treehugger Robot
2017-02-28 17:05:43 +00:00
committed by Gerrit Code Review

View File

@@ -7698,6 +7698,16 @@ public final class Settings {
public static final String NETWORK_RECOMMENDATION_REQUEST_TIMEOUT_MS =
"network_recommendation_request_timeout_ms";
/**
* The expiration time in milliseconds for the {@link android.net.WifiKey} request cache in
* {@link com.android.server.wifi.RecommendedNetworkEvaluator}.
*
* Type: long
* @hide
*/
public static final String RECOMMENDED_NETWORK_EVALUATOR_CACHE_EXPIRY_MS =
"recommended_network_evaluator_cache_expiry_ms";
/**
* Settings to allow BLE scans to be enabled even when Bluetooth is turned off for
* connectivity.