Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBluetoothService.java449 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit() method in CarBluetoothService
454 return mInhibitManager.requestProfileInhibit(device, profile, token); in requestProfileInhibit()
H A DBluetoothProfileInhibitManager.java309 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit() method in BluetoothProfileInhibitManager
H A DCarProjectionService.java354 return mCarBluetoothService.requestProfileInhibit(device, profile, token); in requestBluetoothProfileInhibit()