Searched defs:onBluetoothStateChange (Results 1 – 4 of 4) sorted by relevance
26 void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method
27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() method
1512 public void onBluetoothStateChange(boolean on); in onBluetoothStateChange() method1527 public void onBluetoothStateChange(boolean on) { in onBluetoothStateChange() method in BluetoothAdapter.StateChangeCallbackWrapper
36 void onBluetoothStateChange(boolean enabled, boolean connecting); in onBluetoothStateChange() method