Searched refs:isBluetoothConnectionProxyAvailable (Results 1 – 5 of 5) sorted by relevance
233 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable() method in CarBluetoothUserService291 if (!isBluetoothConnectionProxyAvailable(profile)) { in getConnectionPolicy()293 && !isBluetoothConnectionProxyAvailable(profile)) { in getConnectionPolicy()340 if (!isBluetoothConnectionProxyAvailable(profile)) { in setConnectionPolicy()342 && !isBluetoothConnectionProxyAvailable(profile)) { in setConnectionPolicy()
644 return mBluetoothUserProxies.isBluetoothConnectionProxyAvailable(profile); in isProxyAvailable()
71 when(mMockCarBluetoothUserService.isBluetoothConnectionProxyAvailable(anyInt())) in setUp()106 when(mMockCarBluetoothUserService.isBluetoothConnectionProxyAvailable( in testIsProfileInhibited_proxyNotAvailable_isNotInhibited()
249 when(mMockBluetoothUserService.isBluetoothConnectionProxyAvailable(A2DP_SINK)) in testIsProfileInhibited_inhibited()
25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable() method