Searched refs:BluetoothController (Results 1 – 11 of 11) sorted by relevance
21 import com.android.systemui.statusbar.policy.BluetoothController;22 import com.android.systemui.statusbar.policy.BluetoothController.Callback;29 BluetoothController {
26 import com.android.systemui.statusbar.policy.BluetoothController;53 BluetoothController.class,103 if (cls == BluetoothController.class) { in getLeakChecker()
23 import com.android.systemui.statusbar.policy.BluetoothController.Callback;28 public interface BluetoothController extends CallbackController<Callback>, Dumpable { interface
63 public class BluetoothControllerImpl implements BluetoothController, BluetoothCallback,462 private final ArrayList<BluetoothController.Callback> mCallbacks = new ArrayList<>();483 mCallbacks.add((BluetoothController.Callback) msg.obj); in handleMessage()486 mCallbacks.remove((BluetoothController.Callback) msg.obj); in handleMessage()492 for (BluetoothController.Callback cb : mCallbacks) { in firePairedDevicesChanged()498 for (BluetoothController.Callback cb : mCallbacks) { in fireStateChange()503 private void fireStateChange(BluetoothController.Callback cb) { in fireStateChange()
53 import com.android.systemui.statusbar.policy.BluetoothController;69 private final BluetoothController mController;86 BluetoothController bluetoothController in BluetoothTile()299 private final BluetoothController.Callback mCallback = new BluetoothController.Callback() {
25 import com.android.systemui.statusbar.policy.BluetoothController51 @Mock private lateinit var bluetoothController: BluetoothController222 bluetoothController: BluetoothController,
241 BluetoothController.Callback callback = mock(BluetoothController.Callback.class); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff()263 BluetoothController.Callback callback = mock(BluetoothController.Callback.class); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn()
34 import com.android.systemui.statusbar.policy.BluetoothController;85 BluetoothController provideBluetoothController(BluetoothControllerImpl controllerImpl); in provideBluetoothController()
38 import com.android.systemui.statusbar.policy.BluetoothController97 @Mock private lateinit var bluetoothController: BluetoothController
61 import com.android.systemui.statusbar.policy.BluetoothController;94 implements BluetoothController.Callback,168 private BluetoothController mBluetooth;176 HotspotController hotspotController, BluetoothController bluetoothController, in PhoneStatusBarPolicy()
106 import com.android.systemui.statusbar.policy.BluetoothController;241 @Inject Lazy<BluetoothController> mBluetoothController;376 mProviders.put(BluetoothController.class, mBluetoothController::get); in start()