Home
last modified time | relevance | path

Searched refs:areLongLivedTcpConnectionsExpensive (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java2128 boolean areLongLivedTcpConnectionsExpensive) throws Exception { in verifySetupPlatformVpn() argument
2228 assertEquals(areLongLivedTcpConnectionsExpensive, in verifySetupPlatformVpn()
2229 info.areLongLivedTcpConnectionsExpensive()); in verifySetupPlatformVpn()
2619 boolean areLongLivedTcpConnectionsExpensive) in doTestReadCarrierConfig() argument
2657 assertEquals(areLongLivedTcpConnectionsExpensive, in doTestReadCarrierConfig()
2658 info.areLongLivedTcpConnectionsExpensive()); in doTestReadCarrierConfig()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1604 final boolean expensive = areLongLivedTcpConnectionsExpensive(mVpnRunner); in agentConnect()
1645 private static boolean areLongLivedTcpConnectionsExpensive(@NonNull VpnRunner runner) { in areLongLivedTcpConnectionsExpensive() method in Vpn
1649 return areLongLivedTcpConnectionsExpensive(delay); in areLongLivedTcpConnectionsExpensive()
1652 private static boolean areLongLivedTcpConnectionsExpensive(int keepaliveDelaySec) { in areLongLivedTcpConnectionsExpensive() method in Vpn
3444 areLongLivedTcpConnectionsExpensive(keepaliveDelaySec)); in updateVpnTransportInfoAndNetCap()