Searched refs:onBluetoothStateChange (Results 1 – 3 of 3) sorted by relevance
26 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
1292 public void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method1307 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper1308 mCallback.onBluetoothStateChange(on); in onBluetoothStateChange()
736 c.onBluetoothStateChange(on); in perProcessCallback()