Searched refs:onBluetoothStateChanged (Results 1 – 8 of 8) sorted by relevance
36 default void onBluetoothStateChanged(int bluetoothState) {} in onBluetoothStateChanged() method
263 callback.onBluetoothStateChanged(state); in onReceive()266 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
209 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
184 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesBluetoothState()188 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in testOnBluetoothStateChange_updatesBluetoothState()200 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesConnectionState()
86 onBluetoothStateChanged( in BluetoothControllerImpl()302 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
227 mMediaManager.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_bluetoothStateIsOn_callOnDeviceListAdded()245 mMediaManager.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_bluetoothStateIsOff_callOnDeviceListRemoved()
183 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothMediaManager
592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler