Merge "Extend SUPL network request timeout for consecutive SUPL request" into rvc-d1-dev am: db9c531910

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12279987

Change-Id: Id5397d9253fe8ca89d2c64bc9d98ab035588cce2
This commit is contained in:
Wayne Lin
2020-08-06 04:14:38 +00:00
committed by Automerger Merge Worker

View File

@@ -86,7 +86,7 @@ class GnssNetworkConnectivityHandler {
// Default time limit in milliseconds for the ConnectivityManager to find a suitable
// network with SUPL connectivity or report an error.
private static final int SUPL_NETWORK_REQUEST_TIMEOUT_MILLIS = 10 * 1000;
private static final int SUPL_NETWORK_REQUEST_TIMEOUT_MILLIS = 20 * 1000;
private static final int HASH_MAP_INITIAL_CAPACITY_TO_TRACK_CONNECTED_NETWORKS = 5;