Searched refs:onBluetoothStateChanged (Results 1 – 8 of 8) sorted by relevance
183 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesBluetoothState()187 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in testOnBluetoothStateChange_updatesBluetoothState()199 mBluetoothControllerImpl.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in testOnBluetoothStateChange_updatesConnectionState()
36 default void onBluetoothStateChanged(int bluetoothState) {} in onBluetoothStateChanged() method
282 callback.onBluetoothStateChanged(state); in onReceive()286 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
209 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
83 onBluetoothStateChanged( in BluetoothControllerImpl()245 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