Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioTestFragment.java223 if (!infos.stream().anyMatch(info-> configHasBluetoothDevice(info))) { in handleBluetoothPermissionIfNeeded()
232 private boolean configHasBluetoothDevice(CarAudioZoneConfigInfo info) { in configHasBluetoothDevice() method in AudioTestFragment