Searched refs:formatIpAddresses (Results 1 – 3 of 3) sorted by relevance
131 return formatIpAddresses(prop); in getDefaultIpAddresses()134 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses() method in AdbIpAddressPreferenceController
200 return formatIpAddresses(network); in getWifiIpAddress()301 private String formatIpAddresses(Network network) { in formatIpAddresses() method in ConnectivityListener331 return formatIpAddresses(network); in getEthernetIpAddress()
249 return formatIpAddresses(prop); in getWifiIpAddresses()254 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses() method in Utils