Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/
DIpClientManager.java315 public boolean updateLayer2Information(Layer2Information info) { in updateLayer2Information() method in IpClientManager
318 mIpClient.updateLayer2Information(info.toStableParcelable()); in updateLayer2Information()
DIIpClient.aidl87 void updateLayer2Information(in Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/ip/
DIIpClient.aidl51 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/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/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/10/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/14/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/16/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/15/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/12/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/17/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/13/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/18/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/20/android/net/ip/
DIIpClient.aidl51 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.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/21/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/19/android/net/ip/
DIIpClient.aidl51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1136 public void updateLayer2Information(Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient.IpClientConnector
1138 IpClient.this.updateLayer2Information(info); in updateLayer2Information()
1357 public void updateLayer2Information(@NonNull Layer2InformationParcelable info) { in updateLayer2Information() method in IpClient
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3464 private void updateLayer2Information() { in updateLayer2Information() method in ClientModeImpl
3477 if (mIpClient.updateLayer2Information(l2Information)) { in updateLayer2Information()
3587 updateLayer2Information(); in handleNetworkDisconnect()
5850 updateLayer2Information(); in processMessageImpl()
6636 updateLayer2Information(); in processMessageImpl()
7245 updateLayer2Information(); in processMessageImpl()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java5268 verify(mIpClient, atLeastOnce()).updateLayer2Information(captor.capture()); in testScoreCardNoteConnectionComplete()
5286 inOrder.verify(mIpClient).updateLayer2Information(any()); in testLayer2InformationUpdate()
5297 inOrder.verify(mIpClient).updateLayer2Information(any()); in testLayer2InformationUpdate()
5307 verify(mIpClient, times(3)).updateLayer2Information(any()); in testLayer2InformationUpdate()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java2956 mIIpClient.updateLayer2Information(roamingInfo);