Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java133 mHandler.post(() -> notifyInterfaceLinkStateChanged(ifName, up)); in onInterfaceLinkStateChanged()
507 private void notifyInterfaceLinkStateChanged(String iface, boolean up) { in notifyInterfaceLinkStateChanged() method in NetdWrapper