Searched refs:setBluetoothConnected (Results 1 – 5 of 5) sorted by relevance
422 public void setBluetoothConnected(boolean isBluetoothConnected) { in setBluetoothConnected() method in WifiConnectivityManager423 mNetworkSelector.setBluetoothConnected(isBluetoothConnected); in setBluetoothConnected()
1104 public void setBluetoothConnected(boolean isBlueToothConnected) { in setBluetoothConnected() method in WifiNetworkSelector
3423 mWifiConnectivityManager.setBluetoothConnected(mBluetoothConnectionActive);3430 mWifiConnectivityManager.setBluetoothConnected(mBluetoothConnectionActive);4330 mWifiConnectivityManager.setBluetoothConnected(mBluetoothConnectionActive);4339 mWifiConnectivityManager.setBluetoothConnected(mBluetoothConnectionActive);
2962 mWifiConnectivityManager.setBluetoothConnected(true); in verifyWifiNetworkSelectorSetBluetoothConnected()2963 verify(mWifiNS).setBluetoothConnected(true); in verifyWifiNetworkSelectorSetBluetoothConnected()2964 mWifiConnectivityManager.setBluetoothConnected(false); in verifyWifiNetworkSelectorSetBluetoothConnected()2965 verify(mWifiNS).setBluetoothConnected(false); in verifyWifiNetworkSelectorSetBluetoothConnected()
4303 verify(mWifiConnectivityManager, times(1)).setBluetoothConnected(false); in verifyBluetoothStateAndConnectionStateChanges()4307 verify(mWifiConnectivityManager, times(1)).setBluetoothConnected(true); in verifyBluetoothStateAndConnectionStateChanges()4311 verify(mWifiConnectivityManager, times(2)).setBluetoothConnected(false); in verifyBluetoothStateAndConnectionStateChanges()4315 verify(mWifiConnectivityManager, times(3)).setBluetoothConnected(false); in verifyBluetoothStateAndConnectionStateChanges()4319 verify(mWifiConnectivityManager, times(2)).setBluetoothConnected(true); in verifyBluetoothStateAndConnectionStateChanges()4323 verify(mWifiConnectivityManager, times(4)).setBluetoothConnected(false); in verifyBluetoothStateAndConnectionStateChanges()4327 verify(mWifiConnectivityManager, times(3)).setBluetoothConnected(true); in verifyBluetoothStateAndConnectionStateChanges()