Searched refs:isBluetoothConnected (Results 1 – 9 of 9) sorted by relevance
128 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testNoConnectionWithDevices_repoFlagOff()146 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testNoConnectionWithDevices_repoFlagOn()158 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnServiceConnected_updatesConnectionState_repoFlagOff()170 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnServiceConnected_updatesConnectionState_repoFlagOn()234 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnBluetoothStateChange_updatesConnectionState()244 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff()255 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff()266 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn()277 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn()
99 assertFalse(BluetoothConstraint.isBluetoothConnected(mBluetoothManager)); in testIsConnected_noBluetoothAdapter()105 assertFalse(BluetoothConstraint.isBluetoothConnected(mBluetoothManager)); in testIsConnected_noConnectedDevice()111 assertTrue(BluetoothConstraint.isBluetoothConnected(mBluetoothManager)); in testIsConnected_twoConnectedDevices()
101 final boolean connected = isBluetoothConnected(mBluetoothManager); in updateAndReportActiveLocked()113 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected() method in BluetoothConstraint
256 whenever(bluetoothController.isBluetoothConnected).thenReturn(false)261 whenever(bluetoothController.isBluetoothConnected).thenReturn(true)265 whenever(bluetoothController.isBluetoothConnected).thenReturn(false)
34 boolean isBluetoothConnected(); in isBluetoothConnected() method
207 public boolean isBluetoothConnected() { in isBluetoothConnected() method in BluetoothControllerImpl
51 public boolean isBluetoothConnected() { in isBluetoothConnected() method in FakeBluetoothController
145 final boolean connected = mController.isBluetoothConnected(); in handleUpdateState()
477 if (mBluetooth.isBluetoothConnected() in updateBluetooth()