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

  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 57 protected static final String GATEWAY_KEY = "gateway";
90 out.writeUTF(GATEWAY_KEY);
217 } else if (key.equals(GATEWAY_KEY)) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 351 std::string gateway_key; local
356 gateway_key = shill::kStaticIPGatewayProperty;
361 gateway_key = shill::kSavedIPGatewayProperty;
384 if (shill_properties.GetStringWithoutPathExpansion(gateway_key, &gateway)) {
386 VLOG(2) << "Found " << gateway_key << ": " << gateway;
    [all...]

Completed in 79 milliseconds