Searched refs:onBluetoothStateChanged (Results 1 – 6 of 6) sorted by relevance
36 default void onBluetoothStateChanged(int bluetoothState) {} in onBluetoothStateChanged() method
211 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
270 callback.onBluetoothStateChanged(state); in onReceive()273 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
170 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesBluetoothState()174 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in testOnBluetoothStateChange_updatesBluetoothState()186 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesConnectionState()
97 onBluetoothStateChanged( in BluetoothControllerImpl()324 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
596 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler