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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 20 import android.bluetooth.BluetoothAdapter.BluetoothStateChangeCallback;
47 private ArrayList<BluetoothStateChangeCallback> mChangeCallbacks =
48 new ArrayList<BluetoothStateChangeCallback>();
72 public void addStateChangedCallback(BluetoothStateChangeCallback cb) {
139 for (BluetoothStateChangeCallback cb : mChangeCallbacks) {
BatteryController.java 21 import android.bluetooth.BluetoothAdapter.BluetoothStateChangeCallback;
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 20 import android.bluetooth.BluetoothAdapter.BluetoothStateChangeCallback;
53 class QuickSettingsModel implements BluetoothStateChangeCallback,

Completed in 263 milliseconds