/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
D | IpClientManager.java | 299 public boolean notifyPreconnectionComplete(boolean success) { in notifyPreconnectionComplete() method in IpClientManager 302 mIpClient.notifyPreconnectionComplete(success); in notifyPreconnectionComplete()
|
D | IIpClient.aidl | 86 void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ip/ |
D | IIpClient.aidl | 34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/ |
D | IIpClient.aidl | 34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/ |
D | IIpClient.aidl | 34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/ |
D | IIpClient.aidl | 34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/ |
D | IIpClient.aidl | 34 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/ |
D | IIpClient.aidl | 35 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/14/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/ip/ |
D | IIpClient.aidl | 50 oneway void notifyPreconnectionComplete(boolean success); in notifyPreconnectionComplete() method
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 1131 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/ |
D | IpClientIntegrationTestCommon.java | 1513 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/ |
D | ClientModeImpl.java | 1183 mIpClient.notifyPreconnectionComplete(false); in stopIpClient() 7109 mIpClient.notifyPreconnectionComplete(mSentHLPs); in startL3Provisioning()
|