Searched refs:getDefaultIpAddresses (Results 1 – 3 of 3) sorted by relevance
228 String ipAddress = getDefaultIpAddresses(mCM); in setIpAddressStatus()262 private static String getDefaultIpAddresses(ConnectivityManager cm) { in getDefaultIpAddresses() method in StatusFragment
256 String ipAddress = Utils.getDefaultIpAddresses(this.mCM); in setIpAddressStatus()
267 public static String getDefaultIpAddresses(ConnectivityManager cm) { in getDefaultIpAddresses() method in Utils