Searched refs:isIpAddress (Results 1 – 2 of 2) sorted by relevance
723 assertTrue(DataConnection.isIpAddress("1.2.3.4")); in testIsIpAddress()724 assertTrue(DataConnection.isIpAddress("127.0.0.1")); in testIsIpAddress()727 assertTrue(DataConnection.isIpAddress("::1")); in testIsIpAddress()728 assertTrue(DataConnection.isIpAddress("2001:4860:800d::68")); in testIsIpAddress()
1012 if (!isIpAddress(mApnSetting.getMmsProxyAddressAsString())) { in isDnsOk()1017 isIpAddress(mApnSetting.getMmsProxyAddressAsString()))); in isDnsOk()1481 public static boolean isIpAddress(String address) { in isIpAddress() method in DataConnection