Home
last modified time | relevance | path

Searched refs:getByName (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
DWifiDetailPreferenceControllerTest.java154 return new LinkAddress(InetAddress.getByName(addr), 64); in ipv6LinkAddress()
159 return new LinkAddress(InetAddress.getByName(addr), prefixlen); in ipv4LinkAddress()
168 IPV4_GATEWAY = (Inet4Address) InetAddress.getByName("192.0.2.127");
170 final Inet4Address any4 = (Inet4Address) InetAddress.getByName("0.0.0.0");
179 IPV4_DNS1 = InetAddress.getByName("8.8.8.8");
180 IPV4_DNS2 = InetAddress.getByName("8.8.4.4");
181 IPV6_DNS = InetAddress.getByName("2001:4860:4860::64");
/packages/services/BuiltInPrintService/src/com/android/bips/
DLocalPrinter.java64 return InetAddress.getByName(mDiscoveredPrinter.path.getHost()); in getAddress()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java63 LinkAddress address = new LinkAddress(InetAddress.getByName("127.0.0.1"), 0); in testGetWifiIpAddresses_succeeds()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DSmtpSenderUnitTests.java257 mockTransport.setMockLocalAddress(InetAddress.getByName(LOCAL_ADDRESS)); in openAndInjectMockTransport()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java305 ContextMap.App appEntry = contextMap.getByName(appName); in dumpToString()
DContextMap.java295 App getByName(String name) { in getByName() method in ContextMap
/packages/services/Mms/src/com/android/mms/service/
DMmsHttpClient.java125 new InetSocketAddress(mNetwork.getByName(proxyHost), proxyPort)); in execute()
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java170 InetAddress addr = InetAddress.getByName(domain); in onCreate()
/packages/services/Car/car-support-lib/
Dproguard-release.flags8052 public static java.net.InetAddress getByName(java.lang.String);
8101 public static java.net.NetworkInterface getByName(java.lang.String);