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