Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveTracker.java159 public static final int TYPE_TCP = 2; field in KeepaliveTracker.KeepaliveInfo
223 if (mType == TYPE_TCP) { in KeepaliveInfo()
406 case TYPE_TCP: in start()
463 case TYPE_TCP: in stop()
875 KeepaliveInfo.TYPE_TCP, fd); in makeTcpKeepaliveInfo()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTrackerTest.java637 TEST_KEEPALIVE_INTERVAL_SEC, KeepaliveInfo.TYPE_TCP, testInfo.fd); in doStartTcpKeepalive()