Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 797a5353 authored by Wayne Lin's avatar Wayne Lin Committed by Automerger Merge Worker
Browse files

Merge "Extend SUPL network request timeout for consecutive SUPL request" into...

Merge "Extend SUPL network request timeout for consecutive SUPL request" into rvc-d1-dev am: db9c5319 am: 5b908d36 am: 0915c161

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

Change-Id: I711ffc7c5a977b975e50f3ab420dd34f6e9035d6
parents 6b00ecd3 0915c161
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,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;