Home
last modified time | relevance | path

Searched refs:isIpAddress (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java727 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1029 if (!isIpAddress(mApnSetting.getMmsProxyAddressAsString())) { in isDnsOk()
1034 isIpAddress(mApnSetting.getMmsProxyAddressAsString()))); in isDnsOk()
1499 public static boolean isIpAddress(String address) { in isIpAddress() method in DataConnection