Home
last modified time | relevance | path

Searched defs:onBluetoothStateChange (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothStateChangeCallback.aidl26 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
H A DIBluetoothCallback.aidl27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
H A DBluetoothStatusIconController.java77 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in BluetoothStatusIconController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java48 void onBluetoothStateChange(boolean enabled); in onBluetoothStateChange() method
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
H A DConnectedDeviceSignalController.java151 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in ConnectedDeviceSignalController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java440 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in PhoneStatusBarPolicy
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java3481 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
3495 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper