Merge "Update visibility of a constant for testing" am: 7370ba4f30 am: c9ff47bea2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2445829 Change-Id: I984b545f74df76edfcad617a1d89345130a2348e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -258,7 +258,8 @@ public class Vpn {
|
|||||||
public static final int AUTOMATIC_KEEPALIVE_DELAY_SECONDS = 30;
|
public static final int AUTOMATIC_KEEPALIVE_DELAY_SECONDS = 30;
|
||||||
|
|
||||||
// Default keepalive timeout for carrier config is 5 minutes. Mimic this.
|
// Default keepalive timeout for carrier config is 5 minutes. Mimic this.
|
||||||
private static final int DEFAULT_UDP_PORT_4500_NAT_TIMEOUT_SEC_INT = 5 * 60;
|
@VisibleForTesting
|
||||||
|
static final int DEFAULT_UDP_PORT_4500_NAT_TIMEOUT_SEC_INT = 5 * 60;
|
||||||
|
|
||||||
// TODO: create separate trackers for each unique VPN to support
|
// TODO: create separate trackers for each unique VPN to support
|
||||||
// automated reconnection
|
// automated reconnection
|
||||||
|
|||||||
Reference in New Issue
Block a user