Searched refs:requestBluetoothProfileInhibit (Results 1 – 10 of 10) sorted by relevance
211 when(mService.requestBluetoothProfileInhibit(eq(device), anyInt(), any())).thenReturn(true); in testRequestBluetoothProfileInhibit()213 assertThat(mCarProjectionManager.requestBluetoothProfileInhibit(device, in testRequestBluetoothProfileInhibit()220 () -> mCarProjectionManager.requestBluetoothProfileInhibit(/* device= */ in testFailsRequestBluetoothProfileInhibitWithNullDevice()
70 boolean requestBluetoothProfileInhibit( in requestBluetoothProfileInhibit() method
596 public boolean requestBluetoothProfileInhibit( in requestBluetoothProfileInhibit() method in CarProjectionManager600 return mService.requestBluetoothProfileInhibit(device, profile, mToken); in requestBluetoothProfileInhibit()
143 public boolean requestBluetoothProfileInhibit(BluetoothDevice device, int profile, in requestBluetoothProfileInhibit() method in FakeCarProjectionService
363 public boolean requestBluetoothProfileInhibit( in requestBluetoothProfileInhibit() method in CarProjectionService
790 method TIRAMISU_0 boolean requestBluetoothProfileInhibit(BluetoothDevice device, int profile);
180 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean requestBluetoothProfileInhibit(@NonNu…
183 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean requestBluetoothProfileInhibit(@NonNu…
1236 UnflaggedApi: android.car.CarProjectionManager#requestBluetoothProfileInhibit(android.bluetooth.Blu…1237 …ed with @FlaggedApi: method android.car.CarProjectionManager.requestBluetoothProfileInhibit(androi…