Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java30 boolean isBluetoothEnabled(); in isBluetoothEnabled() method
H A DBluetoothControllerImpl.java197 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java41 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in FakeBluetoothController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DBluetoothTileTest.kt247 whenever(bluetoothController.isBluetoothEnabled).thenReturn(true)
251 whenever(bluetoothController.isBluetoothEnabled).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java144 final boolean enabled = transientEnabling || mController.isBluetoothEnabled(); in handleUpdateState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java482 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()