Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIpClientManager.java299 public boolean notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClientManager
302 mIpClient.notifyPreconnectionComplete(success); in notifyPreconnectionComplete()
DIIpClient.aidl86 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/11/android/net/ip/
DIIpClient.aidl50 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/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/7/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/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/ip/
DIIpClient.aidl50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1131 public void notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClient.IpClientConnector
1133 IpClient.this.notifyPreconnectionComplete(success); in notifyPreconnectionComplete()
1350 public void notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClient
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java1513 mIpc.notifyPreconnectionComplete(false /* abort */);
1546 mIpc.notifyPreconnectionComplete(true /* success */);
2489 mIpc.notifyPreconnectionComplete(false /* abort */);
2597 mIIpClient.notifyPreconnectionComplete(false /* success */);
2633 mIpc.notifyPreconnectionComplete(false /* abort */);
3310 mIpc.notifyPreconnectionComplete(true /* success */);
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java1183 mIpClient.notifyPreconnectionComplete(false); in stopIpClient()
7109 mIpClient.notifyPreconnectionComplete(mSentHLPs); in startL3Provisioning()