Searched refs:mCarBluetoothService (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java79 private final CarBluetoothService mCarBluetoothService; field in class:ICarImpl
135 mCarBluetoothService = new CarBluetoothService(serviceContext, mCarPropertyService,
163 allServices.add(mCarBluetoothService);
264 return mCarBluetoothService;
H A DBluetoothDeviceConnectionPolicy.java127 private final CarBluetoothService mCarBluetoothService; field in class:BluetoothDeviceConnectionPolicy
162 mCarBluetoothService = bluetoothService;
1567 if (!mCarBluetoothService.isPriorityDevicePresent(profile, priority)) {
1582 String deviceName = mCarBluetoothService.getDeviceNameWithPriority(profile,

Completed in 43 milliseconds