Home
last modified time | relevance | path

Searched refs:notifyInterfaceStatusChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java121 mHandler.post(() -> notifyInterfaceStatusChanged(ifName, up)); in onInterfaceChanged()
481 private void notifyInterfaceStatusChanged(String iface, boolean up) { in notifyInterfaceStatusChanged() method in NetdWrapper
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java352 private void notifyInterfaceStatusChanged(String iface, boolean up) { in notifyInterfaceStatusChanged() method in NetworkManagementService
708 mDaemonHandler.post(() -> notifyInterfaceStatusChanged(ifName, up)); in onInterfaceChanged()