Searched refs:onStartSocketKeepalive (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkAgent.java | 42 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()
|
D | ClientModeImpl.java | 5493 public void onStartSocketKeepalive(int slot, @NonNull Duration interval, in onStartSocketKeepalive() method in ClientModeImpl.WifiNetworkAgentCallback
|
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | TestableNetworkAgent.kt | 117 override fun onStartSocketKeepalive( in onStartSocketKeepalive() method
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | NetworkAgent.java | 684 onStartSocketKeepalive(msg.arg1 /* slot */, in handleMessage() 1314 public void onStartSocketKeepalive(int slot, @NonNull Duration interval, in onStartSocketKeepalive() method in NetworkAgent
|
/packages/modules/Connectivity/framework/api/ |
D | system-current.txt | 249 …method public void onStartSocketKeepalive(int, @NonNull java.time.Duration, @NonNull android.net.K…
|