Home
last modified time | relevance | path

Searched refs:getBluetoothState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java30 int getBluetoothState(); in getBluetoothState() method
DBluetoothControllerImpl.java87 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()
169 public int getBluetoothState() { in getBluetoothState() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java45 public int getBluetoothState() { in getBluetoothState() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java127 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java186 assertEquals(BluetoothAdapter.STATE_OFF, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
190 assertEquals(BluetoothAdapter.STATE_ON, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java195 public synchronized int getBluetoothState() { in getBluetoothState() method in LocalBluetoothAdapter