Home
last modified time | relevance | path

Searched refs:releaseProfileInhibit (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothService.java468 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit() method in CarBluetoothService
473 return mInhibitManager.releaseProfileInhibit(device, profile, token); in releaseProfileInhibit()
H A DBluetoothProfileInhibitManager.java327 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit() method in BluetoothProfileInhibitManager
H A DCarProjectionService.java387 return mCarBluetoothService.releaseProfileInhibit(device, profile, token); in releaseBluetoothProfileInhibit()