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.java723 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1012 if (!isIpAddress(mApnSetting.getMmsProxyAddressAsString())) { in isDnsOk()
1017 isIpAddress(mApnSetting.getMmsProxyAddressAsString()))); in isDnsOk()
1481 public static boolean isIpAddress(String address) { in isIpAddress() method in DataConnection