Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl18 import android.car.ICarBluetoothUserService;
23 ICarBluetoothUserService getBluetoothUserService(); in getBluetoothUserService()
DICarBluetoothUserService.aidl21 interface ICarBluetoothUserService { interface
/packages/services/Car/service/src/com/android/car/
DPerUserCarService.java19 import android.car.ICarBluetoothUserService;
85 public ICarBluetoothUserService getBluetoothUserService() { in getBluetoothUserService()
DBluetoothProfileDeviceManager.java34 import android.car.ICarBluetoothUserService;
142 private final ICarBluetoothUserService mBluetoothUserProxies;
287 ICarBluetoothUserService bluetoothUserProxies, int profileId) { in create()
308 ICarBluetoothUserService bluetoothUserProxies, int profileId) { in BluetoothProfileDeviceManager()
DBluetoothProfileInhibitManager.java24 import android.car.ICarBluetoothUserService;
57 private final ICarBluetoothUserService mBluetoothUserProxies;
229 ICarBluetoothUserService bluetoothUserProxies) { in BluetoothProfileInhibitManager()
DCarBluetoothService.java22 import android.car.ICarBluetoothUserService;
93 private ICarBluetoothUserService mCarBluetoothUserService;
DCarBluetoothUserService.java26 import android.car.ICarBluetoothUserService;
38 public class CarBluetoothUserService extends ICarBluetoothUserService.Stub {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java28 import android.car.ICarBluetoothUserService;
116 @Mock private ICarBluetoothUserService mMockProxies;