Searched refs:getBluetoothState (Results 1 – 6 of 6) sorted by relevance
30 int getBluetoothState(); in getBluetoothState() method
87 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()169 public int getBluetoothState() { in getBluetoothState() method in BluetoothControllerImpl
45 public int getBluetoothState() { in getBluetoothState() method in FakeBluetoothController
127 mController.getBluetoothState() == BluetoothAdapter.STATE_TURNING_ON; in handleUpdateState()336 return mController.getBluetoothState() == BluetoothAdapter.STATE_OFF in getToggleEnabled()337 || mController.getBluetoothState() == BluetoothAdapter.STATE_ON; in getToggleEnabled()
186 assertEquals(BluetoothAdapter.STATE_OFF, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()190 assertEquals(BluetoothAdapter.STATE_ON, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
195 public synchronized int getBluetoothState() { in getBluetoothState() method in LocalBluetoothAdapter