Searched refs:updateLinkProperties (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DIControlsTethering.java65 public void updateLinkProperties(TetherInterfaceStateMachine who, LinkProperties newLp) {} method in class:IControlsTethering
H A DTetherInterfaceStateMachine.java465 mTetherController.updateLinkProperties(
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachineTest.java120 verify(mTetherHelper).updateLinkProperties(eq(mTestedSm), any(LinkProperties.class));
151 verify(mTetherHelper).updateLinkProperties(eq(mTestedSm), any(LinkProperties.class));
164 inOrder.verify(mTetherHelper).updateLinkProperties(
179 inOrder.verify(mTetherHelper).updateLinkProperties(
195 inOrder.verify(mTetherHelper).updateLinkProperties(
277 inOrder.verify(mTetherHelper).updateLinkProperties(
297 usbTeardownOrder.verify(mTetherHelper).updateLinkProperties(
315 usbTeardownOrder.verify(mTetherHelper).updateLinkProperties(
331 usbTeardownOrder.verify(mTetherHelper).updateLinkProperties(
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java252 mHandler.post(() -> updateLinkProperties(newLp));
335 void updateLinkProperties(LinkProperties linkProperties) { method in class:EthernetNetworkFactory.NetworkInterfaceState
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java77 * instance are added to a "watch list" via #updateLinkProperties().
257 public void updateLinkProperties(LinkProperties lp) { method in class:IpReachabilityMonitor
H A DIpClient.java1181 mIpReachabilityMonitor.updateLinkProperties(newLp);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java4686 private void updateLinkProperties(NetworkAgentInfo networkAgent, LinkProperties oldLp) { method in class:ConnectivityService
5028 updateLinkProperties(nai, oldLp);
5589 updateLinkProperties(networkAgent, null);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java1900 public void updateLinkProperties(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java295 * Do not modify this directly; use updateLinkProperties instead.
2517 private void updateLinkProperties(LinkProperties newLp) { method in class:WifiStateMachine
2536 sb.append("updateLinkProperties nid: " + mLastNetworkId);
3436 updateLinkProperties((LinkProperties) message.obj);
4777 // which calls updateLinkProperties, which then sends

Completed in 230 milliseconds