Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveTracker.java734 Log.e(TAG, "Event " + NetworkAgent.EVENT_SOCKET_KEEPALIVE + "," + slot + "," + reason in handleEventSocketKeepalive()
785 Log.wtf(TAG, "Event " + NetworkAgent.EVENT_SOCKET_KEEPALIVE + "," + slot + "," + reason in handleEventSocketKeepalive()
DNetworkAgentInfo.java951 mHandler.obtainMessage(NetworkAgent.EVENT_SOCKET_KEEPALIVE, in sendSocketKeepaliveEvent()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkAgent.java314 public static final int EVENT_SOCKET_KEEPALIVE = BASE + 13; field in NetworkAgent
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java4636 case NetworkAgent.EVENT_SOCKET_KEEPALIVE: {