Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DNetworkAgent.java1134 onSocketKeepaliveEvent(msg.arg1, SocketKeepalive.ERROR_UNSUPPORTED); in startSocketKeepalive()
1149 onSocketKeepaliveEvent(msg.arg1, SocketKeepalive.ERROR_UNSUPPORTED); in stopSocketKeepalive()
1164 public void onSocketKeepaliveEvent(int slot, int reason) { in onSocketKeepaliveEvent() method in NetworkAgent
/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java161 () -> onSocketKeepaliveEvent(slot, mWrapper.mStartKeepaliveError), in startSocketKeepalive()
169 () -> onSocketKeepaliveEvent(slot, mWrapper.mStopKeepaliveError), in stopSocketKeepalive()