Home
last modified time | relevance | path

Searched defs:updateLayer2Information (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/
DIIpClient.aidl36 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIIpClient.aidl41 void updateLayer2Information(in Layer2InformationParcelable info); in updateLayer2Information() method
DIpClientManager.java314 public boolean updateLayer2Information(Layer2Information info) { in updateLayer2Information() method in IpClientManager
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/
DIIpClient.aidl35 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/
DIIpClient.aidl36 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java821 public void updateLayer2Information(Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient.IpClientConnector
1045 public void updateLayer2Information(@NonNull Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient