Home
last modified time | relevance | path

Searched refs:completedPreDhcpAction (Results 1 – 16 of 16) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIpClientManager.java67 public boolean completedPreDhcpAction() { in completedPreDhcpAction() method in IpClientManager
70 mIpClient.completedPreDhcpAction(); in completedPreDhcpAction()
DIIpClient.aidl26 void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ip/
DIIpClient.aidl3 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ip/
DIIpClient.aidl3 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ip/
DIIpClient.aidl20 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ip/
DIIpClient.aidl3 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ip/
DIIpClient.aidl21 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClient.aidl21 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl22 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/
DIIpClient.aidl21 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/
DIIpClient.aidl21 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/
DIIpClient.aidl21 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/
DIIpClient.aidl22 oneway void completedPreDhcpAction(); in completedPreDhcpAction() method
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java751 public void completedPreDhcpAction() { in completedPreDhcpAction() method in IpClient.IpClientConnector
753 IpClient.this.completedPreDhcpAction(); in completedPreDhcpAction()
957 public void completedPreDhcpAction() { in completedPreDhcpAction() method in IpClient
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3876 mIpClient.completedPreDhcpAction();
4931 mIpClient.completedPreDhcpAction();
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2947 mIpClient.completedPreDhcpAction(); in processMessage()