Home
last modified time | relevance | path

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

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