Home
last modified time | relevance | path

Searched refs:onBluetoothStateChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java183 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java36 default void onBluetoothStateChanged(int bluetoothState) {} in onBluetoothStateChanged() method
DBluetoothEventManager.java282 callback.onBluetoothStateChanged(state); in onReceive()
286 mDeviceManager.onBluetoothStateChanged(state); in onReceive()
DCachedBluetoothDeviceManager.java209 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in CachedBluetoothDeviceManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java83 onBluetoothStateChanged( in BluetoothControllerImpl()
245 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothControllerImpl
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaManagerTest.java227 mMediaManager.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_bluetoothStateIsOn_callOnDeviceListAdded()
245 mMediaManager.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_bluetoothStateIsOff_callOnDeviceListRemoved()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaManager.java183 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothMediaManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in KeyboardUI.BluetoothCallbackHandler