Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBluetoothProfileInhibitManager.java57 private final ICarBluetoothUserService mBluetoothUserProxies; field in BluetoothProfileInhibitManager
232 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()
DBluetoothProfileDeviceManager.java142 private final ICarBluetoothUserService mBluetoothUserProxies; field in BluetoothProfileDeviceManager
311 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()