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.java32 int getBluetoothState(); in getBluetoothState() method
DBluetoothControllerImpl.java112 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()
204 public int getBluetoothState() { in getBluetoothState() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java46 public int getBluetoothState() { in getBluetoothState() method in FakeBluetoothController
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java202 public synchronized int getBluetoothState() { in getBluetoothState() method in LocalBluetoothAdapter
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java160 assertEquals(BluetoothAdapter.STATE_OFF, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
164 assertEquals(BluetoothAdapter.STATE_ON, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java190 mController.getBluetoothState() == BluetoothAdapter.STATE_TURNING_ON; in handleUpdateState()