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

  /frameworks/base/services/net/java/android/net/ip/
IpManager.java 88 // In order to receive onPreDhcpAction(), call #withPreDhcpAction()
91 // Implementations of onPreDhcpAction() must call
94 public void onPreDhcpAction() {}
189 public void onPreDhcpAction() {
190 mCallback.onPreDhcpAction();
191 log("onPreDhcpAction()");
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]

Completed in 38 milliseconds