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

Commit e74c9e41 authored by chiachangwang's avatar chiachangwang
Browse files

Update visibility of a constant for testing

Bug: 269714344
Test: atest FrameworksNetTests
Change-Id: Ifdaccb91277a579908ce28ec08318b0aea43b5de
parent e4b79047
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -258,7 +258,8 @@ public class Vpn {
    public static final int AUTOMATIC_KEEPALIVE_DELAY_SECONDS = 30;

    // 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
    // automated reconnection