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

  /system/netd/
ResponseCode.h 27 static const int InterfaceListResult = 110;
CommandListener.cpp 239 cli->sendMsg(ResponseCode::InterfaceListResult, de->d_name, false);
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 29 import static com.android.server.NetworkManagementService.NetdResponseCode.InterfaceListResult;
117 public static final int InterfaceListResult = 110;
559 mConnector.executeForList("interface", "list"), InterfaceListResult);
    [all...]

Completed in 1353 milliseconds