/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
D | IpClientManager.java | 315 public boolean updateLayer2Information(Layer2Information info) { in updateLayer2Information() method in IpClientManager 318 mIpClient.updateLayer2Information(info.toStableParcelable()); in updateLayer2Information()
|
D | IIpClient.aidl | 87 void updateLayer2Information(in Layer2InformationParcelable info); in updateLayer2Information() method
|
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/11/android/net/ip/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 35 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/ |
D | IIpClient.aidl | 35 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/ |
D | IIpClient.aidl | 35 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/ |
D | IIpClient.aidl | 35 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/ |
D | IIpClient.aidl | 36 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 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/ |
D | IIpClient.aidl | 51 oneway void updateLayer2Information(in android.net.Layer2InformationParcelable info); in updateLayer2Information() method
|
/packages/modules/NetworkStack/src/android/net/ip/ |
D | IpClient.java | 1136 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/ |
D | ClientModeImpl.java | 3464 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/ |
D | ClientModeImplTest.java | 5268 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/ |
D | IpClientIntegrationTestCommon.java | 2956 mIIpClient.updateLayer2Information(roamingInfo);
|