Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DCarBluetoothUserService.java233 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable() method in CarBluetoothUserService
291 if (!isBluetoothConnectionProxyAvailable(profile)) { in getConnectionPolicy()
293 && !isBluetoothConnectionProxyAvailable(profile)) { in getConnectionPolicy()
340 if (!isBluetoothConnectionProxyAvailable(profile)) { in setConnectionPolicy()
342 && !isBluetoothConnectionProxyAvailable(profile)) { in setConnectionPolicy()
DBluetoothProfileInhibitManager.java644 return mBluetoothUserProxies.isBluetoothConnectionProxyAvailable(profile); in isProxyAvailable()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothProfileInhibitManagerTest.java71 when(mMockCarBluetoothUserService.isBluetoothConnectionProxyAvailable(anyInt())) in setUp()
106 when(mMockCarBluetoothUserService.isBluetoothConnectionProxyAvailable( in testIsProfileInhibited_proxyNotAvailable_isNotInhibited()
DCarBluetoothServiceTest.java249 when(mMockBluetoothUserService.isBluetoothConnectionProxyAvailable(A2DP_SINK)) in testIsProfileInhibited_inhibited()
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable() method