OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NetworkUtils
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/net/
NetworkUtils.java
33
public class
NetworkUtils
{
35
private static final String TAG = "
NetworkUtils
";
238
Log.e("
NetworkUtils
", "error in hexToInet6Address(" + addrHexString + "): " + e);
DhcpResults.java
190
addr =
NetworkUtils
.numericToInetAddress(addrString);
206
linkProperties.addRoute(new RouteInfo(
NetworkUtils
.numericToInetAddress(addrString)));
217
linkProperties.addDns(
NetworkUtils
.numericToInetAddress(addrString));
228
serverAddress =
NetworkUtils
.numericToInetAddress(addrString);
/frameworks/base/services/java/com/android/server/connectivity/
Nat464Xlat.java
29
import android.net.
NetworkUtils
;
188
NetworkUtils
.resetConnections(
190
NetworkUtils
.RESET_IPV4_ADDRESSES);
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
40
import android.net.
NetworkUtils
;
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java
23
import android.net.
NetworkUtils
;
[
all
...]
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
73
import android.net.
NetworkUtils
;
482
mDefaultDns =
NetworkUtils
.numericToInetAddress(dns);
[
all
...]
Completed in 125 milliseconds