Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionManagerUnitTest.java227 when(mService.releaseBluetoothProfileInhibit(eq(device), anyInt(), any())).thenReturn(true); in testReleaseBluetoothProfileInhibit()
229 assertThat(mCarProjectionManager.releaseBluetoothProfileInhibit(device, in testReleaseBluetoothProfileInhibit()
252 () -> mCarProjectionManager.releaseBluetoothProfileInhibit( in testFailsReleaseBluetoothProfileInhibitWithNullDevice()
/packages/services/Car/car-lib/src/android/car/
DICarProjection.aidl74 boolean releaseBluetoothProfileInhibit( in releaseBluetoothProfileInhibit() method
DCarProjectionManager.java616 public boolean releaseBluetoothProfileInhibit(@NonNull BluetoothDevice device, int profile) { in releaseBluetoothProfileInhibit() method in CarProjectionManager
619 return mService.releaseBluetoothProfileInhibit(device, profile, mToken); in releaseBluetoothProfileInhibit()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java149 public boolean releaseBluetoothProfileInhibit(BluetoothDevice device, int profile, in releaseBluetoothProfileInhibit() method in FakeCarProjectionService
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java396 public boolean releaseBluetoothProfileInhibit( in releaseBluetoothProfileInhibit() method in CarProjectionService
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt791 method TIRAMISU_0 boolean releaseBluetoothProfileInhibit(BluetoothDevice device, int profile);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt178 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean releaseBluetoothProfileInhibit(@NonNu…
/packages/services/Car/car-lib/api/
Dsystem-current.txt178 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean releaseBluetoothProfileInhibit(@NonNu…
Dtest-current.txt181 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean releaseBluetoothProfileInhibit(@NonNu…
Dsystem-lint-baseline.txt1232 UnflaggedApi: android.car.CarProjectionManager#releaseBluetoothProfileInhibit(android.bluetooth.Blu…
1233 …ed with @FlaggedApi: method android.car.CarProjectionManager.releaseBluetoothProfileInhibit(androi…