Home
last modified time | relevance | path

Searched refs:notifyPreconnectionComplete (Results 1 – 12 of 12) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIpClientManager.java298 public boolean notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClientManager
301 mIpClient.notifyPreconnectionComplete(success); in notifyPreconnectionComplete()
DIIpClient.aidl40 void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ip/
DIIpClient.aidl34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClient.aidl34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl35 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/
DIIpClient.aidl34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/
DIIpClient.aidl34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/
DIIpClient.aidl34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/
DIIpClient.aidl35 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java1064 mIpc.notifyPreconnectionComplete(false /* abort */);
1097 mIpc.notifyPreconnectionComplete(true /* success */);
1889 mIpc.notifyPreconnectionComplete(false /* abort */);
1997 mIIpClient.notifyPreconnectionComplete(false /* success */);
2584 mIpc.notifyPreconnectionComplete(true /* success */);
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java816 public void notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClient.IpClientConnector
818 IpClient.this.notifyPreconnectionComplete(success); in notifyPreconnectionComplete()
1038 public void notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClient
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java979 mIpClient.notifyPreconnectionComplete(false); in stopIpClient()
5285 mIpClient.notifyPreconnectionComplete(mSentHLPs);