Searched refs:CarBluetoothService (Results 1 - 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothService.java44 * CarBluetoothService - deals with the automatically connecting to a known device via bluetooth.
51 public class CarBluetoothService extends ICarBluetooth.Stub implements CarServiceBase { class in inherits:ICarBluetooth.Stub,CarServiceBase
53 private static final String TAG = "CarBluetoothService";
58 public CarBluetoothService(Context context, CarCabinService carCabinService, method in class:CarBluetoothService
H A DICarImpl.java72 private final CarBluetoothService mCarBluetoothService;
118 mCarBluetoothService = new CarBluetoothService(serviceContext, mCarCabinService,
H A DBluetoothDeviceConnectionPolicy.java131 private final CarBluetoothService mCarBluetoothService;
146 PerUserCarServiceHelper userServiceHelper, CarBluetoothService bluetoothService) {
153 CarBluetoothService bluetoothService) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothAutoConnectPolicyTest.java76 private CarBluetoothService mockCarBluetoothService;
224 mockCarBluetoothService = mock(CarBluetoothService.class);

Completed in 82 milliseconds