HomeSort by relevance Sort by last modified time
    Searched defs:isBluetoothConnected (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 32 boolean isBluetoothConnected();
BluetoothControllerImpl.java 157 public boolean isBluetoothConnected() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeBluetoothController.java 50 public boolean isBluetoothConnected() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
BluetoothControllerImplTest.java 90 assertTrue(mBluetoothControllerImpl.isBluetoothConnected());
174 assertFalse(mBluetoothControllerImpl.isBluetoothConnected());
198 assertFalse(mBluetoothControllerImpl.isBluetoothConnected());

Completed in 726 milliseconds