Home
last modified time | relevance | path

Searched refs:BluetoothController (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java38 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,
238 private final ArrayList<BluetoothController.Callback> mCallbacks = new ArrayList<>();
255 mCallbacks.add((BluetoothController.Callback) msg.obj); in handleMessage()
258 mCallbacks.remove((BluetoothController.Callback) msg.obj); in handleMessage()
264 for (BluetoothController.Callback cb : mCallbacks) { in firePairedDevicesChanged()
270 for (BluetoothController.Callback cb : mCallbacks) { in fireStateChange()
275 private void fireStateChange(BluetoothController.Callback cb) { in fireStateChange()
DBluetoothController.java23 public interface BluetoothController { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java37 import com.android.systemui.statusbar.policy.BluetoothController;
46 private final BluetoothController mController;
179 private final BluetoothController.Callback mCallback = new BluetoothController.Callback() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java36 import com.android.systemui.statusbar.policy.BluetoothController;
102 BluetoothController bluetooth, LocationController location, in createQSTileHost()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQSTileHost.java59 import com.android.systemui.statusbar.policy.BluetoothController;
95 private final BluetoothController mBluetooth;
121 BluetoothController bluetooth, LocationController location, in QSTileHost()
239 public BluetoothController getBluetoothController() { in getBluetoothController()
DPhoneStatusBarPolicy.java43 import com.android.systemui.statusbar.policy.BluetoothController;
44 import com.android.systemui.statusbar.policy.BluetoothController.Callback;
99 private BluetoothController mBluetooth;
103 BluetoothController bluetooth, RotationLockController rotationLockController, in PhoneStatusBarPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTile.java40 import com.android.systemui.statusbar.policy.BluetoothController;
437 BluetoothController getBluetoothController(); in getBluetoothController()