Searched defs:removeInterface (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
H A DLowpanServiceImpl.java209 removeInterface(lowpanInterface);
274 public void removeInterface(ILowpanInterface lowpanInterface) { method in class:LowpanServiceImpl
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetTracker.java170 private void removeInterface(String iface) { method in class:EthernetTracker
171 mFactory.removeInterface(iface);
284 mHandler.post(() -> removeInterface(iface));
H A DEthernetNetworkFactory.java155 void removeInterface(String interfaceName) { method in class:EthernetNetworkFactory

Completed in 159 milliseconds