Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkAgent.java42 void onStartSocketKeepalive(int slot, @NonNull Duration interval, in onStartSocketKeepalive() method
101 public void onStartSocketKeepalive(int slot, @NonNull Duration interval, in onStartSocketKeepalive() method in WifiNetworkAgent
103 mCallback.onStartSocketKeepalive(slot, interval, packet); in onStartSocketKeepalive()
DClientModeImpl.java4630 public void onStartSocketKeepalive(int slot, @NonNull Duration interval,
/packages/modules/Connectivity/framework/src/android/net/
DNetworkAgent.java647 onStartSocketKeepalive(msg.arg1 /* slot */, in handleMessage()
1255 public void onStartSocketKeepalive(int slot, @NonNull Duration interval, in onStartSocketKeepalive() method in NetworkAgent
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt247 …method public void onStartSocketKeepalive(int, @NonNull java.time.Duration, @NonNull android.net.K…