Home
last modified time | relevance | path

Searched refs:CarBluetoothService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarBluetoothService.java31 public class CarBluetoothService implements CarServiceBase { class
37 public CarBluetoothService(Context context, CarCabinService carCabinService, in CarBluetoothService() method in CarBluetoothService
DICarImpl.java70 private final CarBluetoothService mCarBluetoothService;
113 mCarBluetoothService = new CarBluetoothService(serviceContext, mCarCabinService, in ICarImpl()