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

  /system/netd/
ResponseCode.h 25 static const int InterfaceListResult = 110;
CommandListener.cpp 101 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false);
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 62 public static final int InterfaceListResult = 110;
254 return mConnector.doListCommand("interface list", NetdResponseCode.InterfaceListResult);

Completed in 481 milliseconds