Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarProjection.aidl74 boolean releaseBluetoothProfileInhibit( in releaseBluetoothProfileInhibit() method
H A DCarProjectionManager.java594 public boolean releaseBluetoothProfileInhibit(@NonNull BluetoothDevice device, int profile) { in releaseBluetoothProfileInhibit() method in CarProjectionManager
597 return mService.releaseBluetoothProfileInhibit(device, profile, mToken); in releaseBluetoothProfileInhibit()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DFakeCarProjectionService.java144 public boolean releaseBluetoothProfileInhibit(BluetoothDevice device, int profile, in releaseBluetoothProfileInhibit() method in FakeCarProjectionService
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarProjectionService.java372 public boolean releaseBluetoothProfileInhibit( in releaseBluetoothProfileInhibit() method in CarProjectionService
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt102 …on(android.car.Car.PERMISSION_CAR_PROJECTION) public boolean releaseBluetoothProfileInhibit(@NonNu…