Home
last modified time | relevance | path

Searched defs:onBluetoothStateChange (Results 1 – 4 of 4) 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.java1512 public void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
1527 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java36 void onBluetoothStateChange(boolean enabled, boolean connecting); in onBluetoothStateChange() method