Searched refs:invokeForAllObservers (Results 1 – 2 of 2) sorted by relevance
335 private void invokeForAllObservers(NetworkManagementEventCallback eventCallback) { in invokeForAllObservers() method in NetworkManagementService353 invokeForAllObservers(o -> o.interfaceStatusChanged(iface, up)); in notifyInterfaceStatusChanged()361 invokeForAllObservers(o -> o.interfaceLinkStateChanged(iface, up)); in notifyInterfaceLinkStateChanged()368 invokeForAllObservers(o -> o.interfaceAdded(iface)); in notifyInterfaceAdded()379 invokeForAllObservers(o -> o.interfaceRemoved(iface)); in notifyInterfaceRemoved()386 invokeForAllObservers(o -> o.limitReached(limitName, iface)); in notifyLimitReached()438 invokeForAllObservers(o -> o.interfaceClassDataActivityChanged( in notifyInterfaceClassActivity()627 invokeForAllObservers(o -> o.addressUpdated(iface, address)); in notifyAddressUpdated()634 invokeForAllObservers(o -> o.addressRemoved(iface, address)); in notifyAddressRemoved()641 invokeForAllObservers(o -> o.interfaceDnsServerInfo(iface, lifetime, addresses)); in notifyInterfaceDnsServerInfo()[all …]
1444 HSPLcom/android/server/NetworkManagementService;->invokeForAllObservers(Lcom/android/server/Network…