Home
last modified time | relevance | path

Searched refs:ICarBluetoothUserService (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl18 import android.car.ICarBluetoothUserService;
22 ICarBluetoothUserService getBluetoothUserService(); in getBluetoothUserService()
DICarBluetoothUserService.aidl21 interface ICarBluetoothUserService { interface
/packages/services/Car/service/src/com/android/car/
DPerUserCarService.java19 import android.car.ICarBluetoothUserService;
95 public ICarBluetoothUserService getBluetoothUserService() { in getBluetoothUserService()
DCarBluetoothUserService.java26 import android.car.ICarBluetoothUserService;
33 public class CarBluetoothUserService extends ICarBluetoothUserService.Stub {
DBluetoothDeviceConnectionPolicy.java36 import android.car.ICarBluetoothUserService;
116 private ICarBluetoothUserService mCarBluetoothUserService;
466 private ICarBluetoothUserService setupBluetoothUserService() { in setupBluetoothUserService()
467 ICarBluetoothUserService carBluetoothUserService = null; in setupBluetoothUserService()