Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java222 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable() method in CarBluetoothUserService
277 if (!isBluetoothConnectionProxyAvailable(profile) in bluetoothConnectToProfile()
319 if (!isBluetoothConnectionProxyAvailable(profile) in bluetoothDisconnectFromProfile()
361 if (!isBluetoothConnectionProxyAvailable(profile) in getProfilePriority()
411 if (!isBluetoothConnectionProxyAvailable(profile) in setProfilePriority()
DBluetoothProfileInhibitManager.java567 return mBluetoothUserProxies.isBluetoothConnectionProxyAvailable(profile); in isProxyAvailable()
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable() method