Searched refs:mInhibitManager (Results 1 – 1 of 1) sorted by relevance
81 private BluetoothProfileInhibitManager mInhibitManager = null; field in CarBluetoothService308 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 …]