Searched refs:isBluetoothConnectionProxyAvailable (Results 1 – 3 of 3) sorted by relevance
222 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable() method in CarBluetoothUserService277 if (!isBluetoothConnectionProxyAvailable(profile) in bluetoothConnectToProfile()319 if (!isBluetoothConnectionProxyAvailable(profile) in bluetoothDisconnectFromProfile()361 if (!isBluetoothConnectionProxyAvailable(profile) in getProfilePriority()411 if (!isBluetoothConnectionProxyAvailable(profile) in setProfilePriority()
567 return mBluetoothUserProxies.isBluetoothConnectionProxyAvailable(profile); in isProxyAvailable()
25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable() method