Searched refs:getWifiIpAddresses (Results 1 – 2 of 2) 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()
242 public static String getWifiIpAddresses(Context context) { in getWifiIpAddresses() method in Utils