Home
last modified time | relevance | path

Searched refs:isBluetoothConnected (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java85 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()
DClientModeImplTest.java6755 when(mWifiGlobals.isBluetoothConnected()).thenReturn(false); in onBluetoothConnectionStateChanged()
6759 when(mWifiGlobals.isBluetoothConnected()).thenReturn(true); in onBluetoothConnectionStateChanged()
6764 when(mWifiGlobals.isBluetoothConnected()).thenReturn(false); in onBluetoothConnectionStateChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java191 boolean isBluetoothConnected, @Nullable byte[] disabledSubchannelBitmap) { in predictThroughput() argument
282 isBluetoothConnected); in predictThroughput()
462 int channelUtilizationLinkLayerStats, boolean isBluetoothConnected) { in getValidChannelUtilization() argument
474 if (is2G && isBluetoothConnected) { in getValidChannelUtilization()
482 .append(" isBluetoothConnected: ").append(isBluetoothConnected) in getValidChannelUtilization()
DWifiGlobals.java327 public boolean isBluetoothConnected() { in isBluetoothConnected() method in WifiGlobals
DWifiNetworkSelector.java1716 mWifiGlobals.isBluetoothConnected(), in predictThroughput()
DClientModeImpl.java3596 if (!mWifiGlobals.isBluetoothConnected()) { in handlePreDhcpSetup()
4405 mInterfaceName, mWifiGlobals.isBluetoothConnected()); in setupClientMode()
4951 mInterfaceName, mWifiGlobals.isBluetoothConnected()); in processMessageImpl()