Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothStateChangeCallback.aidl26 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
DBluetoothAdapter.java1292 public void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
1307 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper
1308 mCallback.onBluetoothStateChange(on); in onBluetoothStateChange()
/frameworks/base/core/java/android/server/
DBluetoothAdapterStateMachine.java736 c.onBluetoothStateChange(on); in perProcessCallback()