Home
last modified time | relevance | path

Searched refs:requestBluetoothProfileInhibit (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionManagerUnitTest.java211 when(mService.requestBluetoothProfileInhibit(eq(device), anyInt(), any())).thenReturn(true); in testRequestBluetoothProfileInhibit()
213 assertThat(mCarProjectionManager.requestBluetoothProfileInhibit(device, in testRequestBluetoothProfileInhibit()
220 () -> mCarProjectionManager.requestBluetoothProfileInhibit(/* device= */ in testFailsRequestBluetoothProfileInhibitWithNullDevice()
/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl70 boolean requestBluetoothProfileInhibit( in requestBluetoothProfileInhibit() method
DCarProjectionManager.java596 public boolean requestBluetoothProfileInhibit( in requestBluetoothProfileInhibit() method in CarProjectionManager
600 return mService.requestBluetoothProfileInhibit(device, profile, mToken); in requestBluetoothProfileInhibit()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java143 public boolean requestBluetoothProfileInhibit(BluetoothDevice device, int profile, in requestBluetoothProfileInhibit() method in FakeCarProjectionService
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java363 public boolean requestBluetoothProfileInhibit( in requestBluetoothProfileInhibit() method in CarProjectionService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt790 method TIRAMISU_0 boolean requestBluetoothProfileInhibit(BluetoothDevice device, int profile);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt180 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean requestBluetoothProfileInhibit(@NonNu…
/packages/services/Car/car-lib/api/
Dsystem-current.txt180 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean requestBluetoothProfileInhibit(@NonNu…
Dtest-current.txt183 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean requestBluetoothProfileInhibit(@NonNu…
Dsystem-lint-baseline.txt1236 UnflaggedApi: android.car.CarProjectionManager#requestBluetoothProfileInhibit(android.bluetooth.Blu…
1237 …ed with @FlaggedApi: method android.car.CarProjectionManager.requestBluetoothProfileInhibit(androi…