Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DIPerUserCarService.aidl19 import android.car.ICarBluetoothUserService;
24 ICarBluetoothUserService getBluetoothUserService(); in getBluetoothUserService()
H A DICarBluetoothUserService.aidl21 interface ICarBluetoothUserService { interface
/aosp12/packages/services/Car/service/src/com/android/car/
H A DPerUserCarService.java20 import android.car.ICarBluetoothUserService;
132 public ICarBluetoothUserService getBluetoothUserService() { in getBluetoothUserService()
H A DBluetoothProfileInhibitManager.java24 import android.car.ICarBluetoothUserService;
57 private final ICarBluetoothUserService mBluetoothUserProxies;
229 ICarBluetoothUserService bluetoothUserProxies) { in BluetoothProfileInhibitManager()
H A DBluetoothProfileDeviceManager.java34 import android.car.ICarBluetoothUserService;
144 private final ICarBluetoothUserService mBluetoothUserProxies;
294 ICarBluetoothUserService bluetoothUserProxies, int profileId) { in create()
315 ICarBluetoothUserService bluetoothUserProxies, int profileId) { in BluetoothProfileDeviceManager()
H A DCarBluetoothService.java22 import android.car.ICarBluetoothUserService;
96 private ICarBluetoothUserService mCarBluetoothUserService;
H A DCarBluetoothUserService.java26 import android.car.ICarBluetoothUserService;
41 public class CarBluetoothUserService extends ICarBluetoothUserService.Stub {
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java28 import android.car.ICarBluetoothUserService;
117 @Mock private ICarBluetoothUserService mMockProxies;