Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothStateChangeCallback.aidl26 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
DIBluetoothCallback.aidl27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
DBluetoothStatusIconController.java90 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in BluetoothStatusIconController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/
DConnectedDeviceSignalController.java149 public void onBluetoothStateChange(boolean enabled) { in onBluetoothStateChange() method in ConnectedDeviceSignalController
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java4137 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
4151 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper