HomeSort by relevance Sort by last modified time
    Searched refs:onBluetoothStateChanged (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothCallback.java 25 void onBluetoothStateChanged(int bluetoothState);
CachedBluetoothDeviceManager.java 152 public synchronized void onBluetoothStateChanged(int bluetoothState) {
BluetoothEventManager.java 161 callback.onBluetoothStateChanged(state);
165 mDeviceManager.onBluetoothStateChanged(state);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java 138 public void onBluetoothStateChanged(int bluetoothState) {
139 super.onBluetoothStateChanged(bluetoothState);
DeviceListPreferenceFragment.java 221 public void onBluetoothStateChanged(int bluetoothState) {
BluetoothSettings.java 435 public void onBluetoothStateChanged(int bluetoothState) {
436 super.onBluetoothStateChanged(bluetoothState);
536 public void onBluetoothStateChanged(int bluetoothState) {
DockService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 59 onBluetoothStateChanged(
200 public void onBluetoothStateChanged(int bluetoothState) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 592 public void onBluetoothStateChanged(int bluetoothState) {

Completed in 135 milliseconds