Searched refs:isBluetoothConnected (Results 1 – 10 of 10) sorted by relevance
95 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testNoConnectionWithDevices()161 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnServiceConnected_updatesConnectionState()185 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnBluetoothStateChange_updatesConnectionState()194 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()205 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()
99 assertFalse(BluetoothConstraint.isBluetoothConnected(mBluetoothManager)); in testIsConnected_noBluetoothAdapter()105 assertFalse(BluetoothConstraint.isBluetoothConnected(mBluetoothManager)); in testIsConnected_noConnectedDevice()111 assertTrue(BluetoothConstraint.isBluetoothConnected(mBluetoothManager)); in testIsConnected_twoConnectedDevices()
179 boolean isBluetoothConnected) { in predictThroughput() argument258 isBluetoothConnected); in predictThroughput()382 int channelUtilizationLinkLayerStats, boolean isBluetoothConnected) { in getValidChannelUtilization() argument394 if (is2G && isBluetoothConnected) { in getValidChannelUtilization()402 .append(" isBluetoothConnected: ").append(isBluetoothConnected) in getValidChannelUtilization()
422 public void setBluetoothConnected(boolean isBluetoothConnected) { in setBluetoothConnected() argument423 mNetworkSelector.setBluetoothConnected(isBluetoothConnected); in setBluetoothConnected()
101 final boolean connected = isBluetoothConnected(mBluetoothManager); in updateAndReportActiveLocked()113 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected() method in BluetoothConstraint
32 boolean isBluetoothConnected(); in isBluetoothConnected() method
174 public boolean isBluetoothConnected() { in isBluetoothConnected() method in BluetoothControllerImpl
50 public boolean isBluetoothConnected() { in isBluetoothConnected() method in FakeBluetoothController
120 final boolean connected = mController.isBluetoothConnected(); in handleUpdateState()
410 if (mBluetooth.isBluetoothConnected() in updateBluetooth()