Searched refs:isWifiConnected (Results 1 – 6 of 6) sorted by relevance
189 if (isWifiConnected()) { in getWifiIpAddress()204 if (isWifiConnected()) { in getWifiMacAddress()216 public boolean isWifiConnected() { in isWifiConnected() method in ConnectivityListener
152 mConnectivityListener.isWifiConnected()); in onPreferenceTreeClick()
72 assertThat(JobPreconditions.isWifiConnected(mContext)).isFalse(); in testNoNetworks()84 assertThat(JobPreconditions.isWifiConnected(mContext)).isTrue(); in testValidWifiNetworkConnected()
26 public static boolean isWifiConnected(Context context) { in isWifiConnected() method in JobPreconditions
133 doReturn(true).when(listener).isWifiConnected(); in testUpdateWifi_wifiSignal()164 doReturn(false).when(listener).isWifiConnected(); in testUpdateWifi_wifiSignal()
283 if (mConnectivityListener.isWifiConnected()) { in updateWifi()