Searched refs:getBluetoothState (Results 1 – 6 of 6) sorted by relevance
32 int getBluetoothState(); in getBluetoothState() method
112 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()204 public int getBluetoothState() { in getBluetoothState() method in BluetoothControllerImpl
46 public int getBluetoothState() { in getBluetoothState() method in FakeBluetoothController
202 public synchronized int getBluetoothState() { in getBluetoothState() method in LocalBluetoothAdapter
160 assertEquals(BluetoothAdapter.STATE_OFF, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()164 assertEquals(BluetoothAdapter.STATE_ON, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
190 mController.getBluetoothState() == BluetoothAdapter.STATE_TURNING_ON; in handleUpdateState()