/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 274 verify(mCallback).updateLinkProperties(eq(mIpServer), any(LinkProperties.class)); in startsOutAvailable() 305 verify(mCallback).updateLinkProperties(eq(mIpServer), any(LinkProperties.class)); in handlesImmediateInterfaceDown() 322 inOrder.verify(mCallback).updateLinkProperties( in canBeTethered() 340 inOrder.verify(mCallback).updateLinkProperties( in canUnrequestTethering() 360 inOrder.verify(mCallback).updateLinkProperties( in canBeTetheredAsUsb() 381 inOrder.verify(mCallback).updateLinkProperties( in canBeTetheredAsWifiP2p() 460 inOrder.verify(mCallback).updateLinkProperties( in canUnrequestTetheringWithUpstream() 481 usbTeardownOrder.verify(mCallback).updateLinkProperties( in interfaceDownLeadsToUnavailable() 502 usbTeardownOrder.verify(mCallback).updateLinkProperties( in usbShouldBeTornDownOnTetherError() 520 usbTeardownOrder.verify(mCallback).updateLinkProperties( in shouldTearDownUsbOnUpstreamError() [all …]
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 338 mHandler.post(() -> updateLinkProperties(newLp)); in onLinkPropertiesChange() 498 void updateLinkProperties(LinkProperties linkProperties) { in updateLinkProperties() method in NetworkInterfaceState
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | StandardNetworkDetailsTracker.java | 153 mChosenEntry.updateLinkProperties(linkProperties); in handleLinkPropertiesChanged()
|
D | PasspointNetworkDetailsTracker.java | 162 mChosenEntry.updateLinkProperties(linkProperties); in handleLinkPropertiesChanged()
|
D | WifiEntry.java | 645 void updateLinkProperties(@Nullable LinkProperties linkProperties) { in updateLinkProperties() method in WifiEntry
|
D | WifiPickerTracker.java | 269 mConnectedWifiEntry.updateLinkProperties(linkProperties); in handleLinkPropertiesChanged()
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 145 public void updateLinkProperties(IpServer who, LinkProperties newLp) { } in updateLinkProperties() method in IpServer.Callback 1017 mCallback.updateLinkProperties(this, new LinkProperties(mLinkProperties)); in sendLinkProperties()
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/ |
D | StandardWifiEntryTest.java | 564 entry.updateLinkProperties(new LinkProperties()); in testUpdateLinkProperties_updatesConnectedInfo()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 2315 public void updateLinkProperties(IpServer who, LinkProperties newLp) { in makeControlCallback() method in Tethering
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 5965 private void updateLinkProperties(NetworkAgentInfo networkAgent, LinkProperties newLp, in updateLinkProperties() method in ConnectivityService 6500 updateLinkProperties(nai, newLp, new LinkProperties(nai.linkProperties)); in handleUpdateLinkProperties() 7196 updateLinkProperties(networkAgent, new LinkProperties(networkAgent.linkProperties), in updateNetworkInfo()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 2501 private void updateLinkProperties(LinkProperties newLp) { in updateLinkProperties() method in ClientModeImpl 3520 updateLinkProperties((LinkProperties) message.obj);
|
/frameworks/base/services/ |
D | art-profile | 2132 HPLcom/android/server/ConnectivityService;->updateLinkProperties(Lcom/android/server/connectivity/N…
|