Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarBluetoothService.java81 private BluetoothProfileInhibitManager mInhibitManager = null; field in CarBluetoothService
308 mInhibitManager = new BluetoothProfileInhibitManager(mContext, mUserId, in createBluetoothProfileInhibitManagerLocked()
310 mInhibitManager.start(); in createBluetoothProfileInhibitManagerLocked()
318 if (mInhibitManager == null) return; in destroyBluetoothProfileInhibitManagerLocked()
319 mInhibitManager.stop(); in destroyBluetoothProfileInhibitManagerLocked()
320 mInhibitManager = null; in destroyBluetoothProfileInhibitManagerLocked()
451 if (mInhibitManager == null) return false; in requestProfileInhibit()
452 return mInhibitManager.requestProfileInhibit(device, profile, token); in requestProfileInhibit()
470 if (mInhibitManager == null) return false; in releaseProfileInhibit()
471 return mInhibitManager.releaseProfileInhibit(device, profile, token); in releaseProfileInhibit()
[all …]