Searched refs:getBluetoothState (Results 1 – 6 of 6) sorted by relevance
30 int getBluetoothState(); in getBluetoothState() method
98 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()185 public int getBluetoothState() { in getBluetoothState() method in BluetoothControllerImpl
45 public int getBluetoothState() { in getBluetoothState() method in FakeBluetoothController
172 assertEquals(BluetoothAdapter.STATE_OFF, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()176 assertEquals(BluetoothAdapter.STATE_ON, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
138 mController.getBluetoothState() == BluetoothAdapter.STATE_TURNING_ON; in handleUpdateState()346 return mController.getBluetoothState() == BluetoothAdapter.STATE_OFF in getToggleEnabled()347 || mController.getBluetoothState() == BluetoothAdapter.STATE_ON; in getToggleEnabled()
195 public synchronized int getBluetoothState() { in getBluetoothState() method in LocalBluetoothAdapter