Home
last modified time | relevance | path

Searched refs:ipAddress (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java247 InetAddress ipAddress = getInetAddress(jsonConfig.getString("ip")); in getWifiConfiguration() local
251 builder.setIpAddress(new LinkAddress(ipAddress, prefixLength)); in getWifiConfiguration()
338 private static InetAddress getInetAddress(String ipAddress) { in getInetAddress() argument
339 if (!InetAddress.isNumeric(ipAddress)) { in getInetAddress()
341 String.format("IP address %s is not numeric", ipAddress)); in getInetAddress()
345 return InetAddress.getByName(ipAddress); in getInetAddress()
348 String.format("IP address %s could not be resolved", ipAddress)); in getInetAddress()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DAbstractIpAddressPreferenceController.java81 String ipAddress = getDefaultIpAddresses(mCM); in updateConnectivity() local
82 if (ipAddress != null) { in updateConnectivity()
83 mIpAddress.setSummary(ipAddress); in updateConnectivity()
/frameworks/base/core/java/android/app/admin/
DConnectEvent.java41 public ConnectEvent(String ipAddress, int port, String packageName, long timestamp) { in ConnectEvent() argument
43 this.mIpAddress = ipAddress; in ConnectEvent()
DDnsEvent.java77 for (final String ipAddress : mIpAddresses) { in getInetAddresses()
80 inetAddresses.add(InetAddress.getByName(ipAddress)); in getInetAddresses()
/frameworks/native/libs/binder/aidl/android/os/
DConnectionInfo.aidl27 @utf8InCpp String ipAddress;
/frameworks/base/core/java/android/net/
DINetdEventCallback.aidl70 void onPrivateDnsValidationEvent(int netId, String ipAddress, String hostname, in onPrivateDnsValidationEvent() argument
/frameworks/av/media/libstagefright/rtsp/fuzzer/
Dpacket_source_fuzzer.cpp103 std::string ipAddress = in process() local
112 inputString, ipAddress.c_str() /* ip */, mFdp.ConsumeBool() /* isAudio */, in process()
/frameworks/base/core/java/com/android/server/net/
DBaseNetdEventCallback.java41 public void onPrivateDnsValidationEvent(int netId, String ipAddress, in onPrivateDnsValidationEvent() argument
/frameworks/base/services/core/java/com/android/server/net/watchlist/
DWatchlistLoggingHandler.java381 for (String ipAddress : ipAddresses) { in searchIpInWatchlist()
382 if (isIpInWatchlist(ipAddress)) { in searchIpInWatchlist()
383 return ipAddress; in searchIpInWatchlist()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java547 public String ipAddress; field in WifiEntry.ConnectedInfo
567 ipAddress = other.ipAddress; in ConnectedInfo()
1133 mConnectedInfo.ipAddress = addr.getAddress().getHostAddress(); in updateLinkProperties()
/frameworks/native/libs/binder/include/binder/
DIServiceManager.h129 std::string ipAddress; member
/frameworks/native/include/binder/
DIServiceManager.h129 std::string ipAddress; member
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetdEventListenerService.java251 String ipAddress, String hostname, boolean validated) { in onPrivateDnsValidationEvent() argument
255 callback.onPrivateDnsValidationEvent(netId, ipAddress, hostname, validated); in onPrivateDnsValidationEvent()
/frameworks/native/libs/binder/
DIServiceManager.cpp538 {connectionInfo->ipAddress, static_cast<unsigned int>(connectionInfo->port)}) in getConnectionInfo()
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp256 info.ipAddress = *ip; in getVintfConnectionInfo()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16990 field public int ipAddress;