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.java98 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()
185 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/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java172 assertEquals(BluetoothAdapter.STATE_OFF, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
176 assertEquals(BluetoothAdapter.STATE_ON, mBluetoothControllerImpl.getBluetoothState()); in testOnBluetoothStateChange_updatesBluetoothState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java138 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java195 public synchronized int getBluetoothState() { in getBluetoothState() method in LocalBluetoothAdapter