Searched refs:onInterfaceAddressUpdated (Results 1 – 4 of 4) sorted by relevance
138 public void onInterfaceAddressUpdated(String addr, String ifName, int flags, int scope) { in onInterfaceAddressUpdated() method in NetworkObserverRegistry140 invokeForAllObservers(o -> o.onInterfaceAddressUpdated(address, ifName)); in onInterfaceAddressUpdated()
41 default void onInterfaceAddressUpdated(LinkAddress address, String ifName) {} in onInterfaceAddressUpdated() method
264 mObserver.onInterfaceAddressUpdated(new LinkAddress(addresses[i]), iface); in testProvisioningWithInitialConfiguration()270 mObserver.onInterfaceAddressUpdated(new LinkAddress(addresses[lastAddr]), iface); in testProvisioningWithInitialConfiguration()
117 public void onInterfaceAddressUpdated(LinkAddress address, String iface) { in onInterfaceAddressUpdated() method in IpClientLinkObserver