Searched refs:dhcpServer (Results 1 – 3 of 3) sorted by relevance
386 public Builder addInternalDhcpServer(@NonNull InetAddress dhcpServer) { in addInternalDhcpServer() argument387 Objects.requireNonNull(dhcpServer, "dhcpServer was null"); in addInternalDhcpServer()388 mInternalDhcpAddressList.add(dhcpServer); in addInternalDhcpServer()
1242 public String dhcpServer; field in WifiConfiguration3681 dest.writeString(dhcpServer); in writeToParcel()3767 config.dhcpServer = in.readString();
1581 Landroid/net/wifi/WifiConfiguration;->dhcpServer:Ljava/lang/String;