Searched refs:onBluetoothStateChanged (Results 1 – 6 of 6) sorted by relevance
52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged() method
294 callback.onBluetoothStateChanged(state); in onReceive()297 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
308 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
215 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesBluetoothState()219 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in testOnBluetoothStateChange_updatesBluetoothState()231 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesConnectionState()
109 onBluetoothStateChanged( in BluetoothControllerImpl()346 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
602 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler