Searched refs:getWifiIpAddresses (Results 1 – 5 of 5) sorted by relevance
118 assertThat(Utils.getWifiIpAddresses(mContext)).isEqualTo("127.0.0.1"); in getWifiIpAddresses_succeeds()127 assertThat(Utils.getWifiIpAddresses(mContext)).isNull(); in getWifiIpAddresses_nullLinkProperties()135 assertThat(Utils.getWifiIpAddresses(mContext)).isNull(); in getWifiIpAddresses_nullNetwork()
115 final String ipAddress = Utils.getWifiIpAddresses(mContext); in updateWifiInfo()
222 public static String getWifiIpAddresses(Context context) { in getWifiIpAddresses() method in Utils
227 public static String getWifiIpAddresses(Context context) { in getWifiIpAddresses() method in Utils