Searched refs:mBluetoothUserProxies (Results 1 – 2 of 2) sorted by relevance
57 private final ICarBluetoothUserService mBluetoothUserProxies; field in BluetoothProfileInhibitManager232 mBluetoothUserProxies = bluetoothUserProxies; in BluetoothProfileInhibitManager()372 mBluetoothUserProxies.getProfilePriority( in addInhibitRecord()384 mBluetoothUserProxies.setProfilePriority( in addInhibitRecord()388 mBluetoothUserProxies.bluetoothDisconnectFromProfile( in addInhibitRecord()475 mBluetoothUserProxies.setProfilePriority( in restoreProfilePriority()479 mBluetoothUserProxies.bluetoothConnectToProfile( in restoreProfilePriority()567 return mBluetoothUserProxies.isBluetoothConnectionProxyAvailable(profile); in isProxyAvailable()
142 private final ICarBluetoothUserService mBluetoothUserProxies; field in BluetoothProfileDeviceManager311 mBluetoothUserProxies = bluetoothUserProxies; in BluetoothProfileDeviceManager()546 return mBluetoothUserProxies.bluetoothConnectToProfile(mProfileId, device); in connect()562 return mBluetoothUserProxies.bluetoothDisconnectFromProfile(mProfileId, device); in disconnect()577 return mBluetoothUserProxies.getProfilePriority(mProfileId, device); in getProfilePriority()593 mBluetoothUserProxies.setProfilePriority(mProfileId, device, priority); in setProfilePriority()781 mBluetoothUserProxies.bluetoothConnectToProfile(profile, device); in triggerConnections()799 + (mBluetoothUserProxies != null ? "Yes" : "No")); in dump()