Searched refs:BluetoothController (Results 1 – 7 of 7) sorted by relevance
38 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()
23 public interface BluetoothController { interface
37 import com.android.systemui.statusbar.policy.BluetoothController;46 private final BluetoothController mController;179 private final BluetoothController.Callback mCallback = new BluetoothController.Callback() {
36 import com.android.systemui.statusbar.policy.BluetoothController;102 BluetoothController bluetooth, LocationController location, in createQSTileHost()
59 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()
43 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()
40 import com.android.systemui.statusbar.policy.BluetoothController;437 BluetoothController getBluetoothController(); in getBluetoothController()