Home
last modified time | relevance | path

Searched refs:onBluetoothStateChange (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java51 void onBluetoothStateChange(boolean enabled); in onBluetoothStateChange() method
H A DBluetoothControllerImpl.java504 cb.onBluetoothStateChange(mEnabled); in fireStateChange()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java256 verify(callback, atLeastOnce()).onBluetoothStateChange(anyBoolean()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff()
278 verify(callback, atLeastOnce()).onBluetoothStateChange(anyBoolean()); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java301 public void onBluetoothStateChange(boolean enabled) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java467 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in PhoneStatusBarPolicy