Home
last modified time | relevance | path

Searched refs:onStartTcpSocketKeepalive (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgent.aidl37 void onStartTcpSocketKeepalive(int slot, int intervalDurationMs, in onStartTcpSocketKeepalive() method
DNetworkAgent.java694 public void onStartTcpSocketKeepalive(int slot, int intervalDurationMs, in onStartTcpSocketKeepalive() method in NetworkAgent.NetworkAgentBinder
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java488 public void onStartTcpSocketKeepalive(int slot, int intervalDurationMs, in onStartTcpSocketKeepalive() method in NetworkAgentInfo
491 networkAgent.onStartTcpSocketKeepalive(slot, intervalDurationMs, packetData); in onStartTcpSocketKeepalive()
DKeepaliveTracker.java348 mNai.onStartTcpSocketKeepalive(slot, mInterval, tcpData); in start()