Searched refs:releaseBluetoothProfileInhibit (Results 1 – 10 of 10) sorted by relevance
227 when(mService.releaseBluetoothProfileInhibit(eq(device), anyInt(), any())).thenReturn(true); in testReleaseBluetoothProfileInhibit()229 assertThat(mCarProjectionManager.releaseBluetoothProfileInhibit(device, in testReleaseBluetoothProfileInhibit()252 () -> mCarProjectionManager.releaseBluetoothProfileInhibit( in testFailsReleaseBluetoothProfileInhibitWithNullDevice()
74 boolean releaseBluetoothProfileInhibit( in releaseBluetoothProfileInhibit() method
616 public boolean releaseBluetoothProfileInhibit(@NonNull BluetoothDevice device, int profile) { in releaseBluetoothProfileInhibit() method in CarProjectionManager619 return mService.releaseBluetoothProfileInhibit(device, profile, mToken); in releaseBluetoothProfileInhibit()
149 public boolean releaseBluetoothProfileInhibit(BluetoothDevice device, int profile, in releaseBluetoothProfileInhibit() method in FakeCarProjectionService
396 public boolean releaseBluetoothProfileInhibit( in releaseBluetoothProfileInhibit() method in CarProjectionService
791 method TIRAMISU_0 boolean releaseBluetoothProfileInhibit(BluetoothDevice device, int profile);
178 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean releaseBluetoothProfileInhibit(@NonNu…
181 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean releaseBluetoothProfileInhibit(@NonNu…
1232 UnflaggedApi: android.car.CarProjectionManager#releaseBluetoothProfileInhibit(android.bluetooth.Blu…1233 …ed with @FlaggedApi: method android.car.CarProjectionManager.releaseBluetoothProfileInhibit(androi…