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

  /system/netd/server/
ResponseCode.h 63 static const int InterfaceChange = 600;
NetlinkHandler.cpp 160 notify(ResponseCode::InterfaceChange, "Iface added %s", name);
164 notify(ResponseCode::InterfaceChange, "Iface removed %s", name);
168 notify(ResponseCode::InterfaceChange,
173 notify(ResponseCode::InterfaceChange,
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 171 public static final int InterfaceChange = 600;
799 case NetdResponseCode.InterfaceChange:
    [all...]

Completed in 84 milliseconds