Home
last modified time | relevance | path

Searched refs:isBluetoothProfileInhibited (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionManagerUnitTest.java236 when(mService.isBluetoothProfileInhibited(eq(device), anyInt(), any())).thenReturn(true); in testIsBluetoothProfileInhibited()
238 assertThat(mCarProjectionManager.isBluetoothProfileInhibited(device, in testIsBluetoothProfileInhibited()
245 () -> mCarProjectionManager.isBluetoothProfileInhibited( in testFailsIsBluetoothProfileInhibitedWithNullDevice()
DCarProjectionServiceTest.java478 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/
DICarProjection.aidl102 boolean isBluetoothProfileInhibited( in isBluetoothProfileInhibited() method
DCarProjectionManager.java638 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/
DFakeCarProjectionService.java155 public boolean isBluetoothProfileInhibited(BluetoothDevice device, int profile, in isBluetoothProfileInhibited() method in FakeCarProjectionService
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java430 public boolean isBluetoothProfileInhibited( in isBluetoothProfileInhibited() method in CarProjectionService
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt174 …sion(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean isBluetoothProfileInhibited(@NonNul…
/packages/services/Car/car-lib/api/
Dsystem-current.txt174 …sion(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean isBluetoothProfileInhibited(@NonNul…
Dtest-current.txt177 …sion(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean isBluetoothProfileInhibited(@NonNul…