Searched refs:isBluetoothConnected (Results 1 – 8 of 8) sorted by relevance
94 assertTrue(mBluetoothControllerImpl.isBluetoothConnected()); in testNoConnectionWithDevices()178 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnServiceConnected_updatesConnectionState()202 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnBluetoothStateChange_updatesConnectionState()211 assertFalse(mBluetoothControllerImpl.isBluetoothConnected()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()229 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()
99 final boolean connected = isBluetoothConnected(mBluetoothManager); in updateAndReportActiveLocked()111 static boolean isBluetoothConnected(BluetoothManager bluetoothManager) { in isBluetoothConnected() method in BluetoothConstraint
32 boolean isBluetoothConnected(); in isBluetoothConnected() method
169 public boolean isBluetoothConnected() { in isBluetoothConnected() method in BluetoothControllerImpl
50 public boolean isBluetoothConnected() { in isBluetoothConnected() method in FakeBluetoothController
124 final boolean connected = mController.isBluetoothConnected(); in handleUpdateState()
382 if (mBluetooth.isBluetoothConnected()) { in updateBluetooth()