Home
last modified time | relevance | path

Searched defs:updateLayer2Information (Results 1 – 5 of 5) 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/src/android/net/ip/
DIIpClient.aidl41 void updateLayer2Information(in Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/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/src/android/net/ip/
DIpClient.java739 public void updateLayer2Information(Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient.IpClientConnector
935 public void updateLayer2Information(@NonNull Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient