Searched refs:isBluetoothProfileInhibited (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarProjectionManagerUnitTest.java | 236 when(mService.isBluetoothProfileInhibited(eq(device), anyInt(), any())).thenReturn(true); in testIsBluetoothProfileInhibited() 238 assertThat(mCarProjectionManager.isBluetoothProfileInhibited(device, in testIsBluetoothProfileInhibited() 245 () -> mCarProjectionManager.isBluetoothProfileInhibited( in testFailsIsBluetoothProfileInhibitedWithNullDevice()
|
D | CarProjectionServiceTest.java | 478 public void isBluetoothProfileInhibited() { in isBluetoothProfileInhibited() method in CarProjectionServiceTest 485 assertThat(mService.isBluetoothProfileInhibited(device, A2DP_SINK, in isBluetoothProfileInhibited()
|
/packages/services/Car/car-lib/src/android/car/ |
D | ICarProjection.aidl | 102 boolean isBluetoothProfileInhibited( in isBluetoothProfileInhibited() method
|
D | CarProjectionManager.java | 638 public boolean isBluetoothProfileInhibited(@NonNull BluetoothDevice device, int profile) { in isBluetoothProfileInhibited() method in CarProjectionManager 641 return mService.isBluetoothProfileInhibited(device, profile, mToken); in isBluetoothProfileInhibited()
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeCarProjectionService.java | 155 public boolean isBluetoothProfileInhibited(BluetoothDevice device, int profile, in isBluetoothProfileInhibited() method in FakeCarProjectionService
|
/packages/services/Car/service/src/com/android/car/ |
D | CarProjectionService.java | 430 public boolean isBluetoothProfileInhibited( in isBluetoothProfileInhibited() method in CarProjectionService
|
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 174 …sion(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean isBluetoothProfileInhibited(@NonNul…
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 174 …sion(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean isBluetoothProfileInhibited(@NonNul…
|
D | test-current.txt | 177 …sion(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean isBluetoothProfileInhibited(@NonNul…
|