HomeSort by relevance Sort by last modified time
    Searched defs:updateInterfaceState (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IControlsTethering.java 55 public void updateInterfaceState(TetherInterfaceStateMachine who, int state, int lastError) {}
TetherInterfaceStateMachine.java 459 mTetherController.updateInterfaceState(
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetTracker.java 213 updateInterfaceState(iface, true);
217 private void updateInterfaceState(String iface, boolean up) {
274 mHandler.post(() -> updateInterfaceState(iface, up));

Completed in 56 milliseconds