Searched refs:isBluetoothConnected (Results 1 – 6 of 6) sorted by relevance
85 assertThat(mWifiGlobals.isBluetoothConnected()).isFalse(); in verifyBluetoothStateAndConnectionStateChanges()88 assertThat(mWifiGlobals.isBluetoothConnected()).isTrue(); in verifyBluetoothStateAndConnectionStateChanges()91 assertThat(mWifiGlobals.isBluetoothConnected()).isFalse(); in verifyBluetoothStateAndConnectionStateChanges()94 assertThat(mWifiGlobals.isBluetoothConnected()).isFalse(); in verifyBluetoothStateAndConnectionStateChanges()97 assertThat(mWifiGlobals.isBluetoothConnected()).isTrue(); in verifyBluetoothStateAndConnectionStateChanges()100 assertThat(mWifiGlobals.isBluetoothConnected()).isFalse(); in verifyBluetoothStateAndConnectionStateChanges()103 assertThat(mWifiGlobals.isBluetoothConnected()).isTrue(); in verifyBluetoothStateAndConnectionStateChanges()
6755 when(mWifiGlobals.isBluetoothConnected()).thenReturn(false); in onBluetoothConnectionStateChanged()6759 when(mWifiGlobals.isBluetoothConnected()).thenReturn(true); in onBluetoothConnectionStateChanged()6764 when(mWifiGlobals.isBluetoothConnected()).thenReturn(false); in onBluetoothConnectionStateChanged()
191 boolean isBluetoothConnected, @Nullable byte[] disabledSubchannelBitmap) { in predictThroughput() argument282 isBluetoothConnected); in predictThroughput()462 int channelUtilizationLinkLayerStats, boolean isBluetoothConnected) { in getValidChannelUtilization() argument474 if (is2G && isBluetoothConnected) { in getValidChannelUtilization()482 .append(" isBluetoothConnected: ").append(isBluetoothConnected) in getValidChannelUtilization()
327 public boolean isBluetoothConnected() { in isBluetoothConnected() method in WifiGlobals
1716 mWifiGlobals.isBluetoothConnected(), in predictThroughput()
3596 if (!mWifiGlobals.isBluetoothConnected()) { in handlePreDhcpSetup()4405 mInterfaceName, mWifiGlobals.isBluetoothConnected()); in setupClientMode()4951 mInterfaceName, mWifiGlobals.isBluetoothConnected()); in processMessageImpl()