Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothStateChangeCallback.aidl26 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
DIBluetoothCallback.aidl27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
DBluetoothAdapter.java2257 public void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
2272 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java44 void onBluetoothStateChange(boolean enabled); in onBluetoothStateChange() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DConnectedDeviceSignalController.java118 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in ConnectedDeviceSignalController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java401 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in PhoneStatusBarPolicy