Home
last modified time | relevance | path

Searched refs:updateLayer2Information (Results 1 – 12 of 12) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIpClientManager.java314 public boolean updateLayer2Information(Layer2Information info) { in updateLayer2Information() method in IpClientManager
317 mIpClient.updateLayer2Information(info.toStableParcelable()); in updateLayer2Information()
DIIpClient.aidl41 void updateLayer2Information(in Layer2InformationParcelable info); in updateLayer2Information() method
/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/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
823 IpClient.this.updateLayer2Information(info); in updateLayer2Information()
1045 public void updateLayer2Information(@NonNull Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java2494 updateLayer2Information();
2570 private void updateLayer2Information() {
2582 if (mIpClient.updateLayer2Information(l2Information)) {
2664 updateLayer2Information();
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java2283 mIIpClient.updateLayer2Information(roamingInfo);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java3922 verify(mIpClient, atLeastOnce()).updateLayer2Information(captor.capture()); in testScoreCardNoteConnectionComplete()