Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioConfigurationTestFragment.java24 import static com.google.android.car.kitchensink.audio.AudioUtils.getCarAudioZoneConfigInfoOrNull;
169 getCarAudioZoneConfigInfoOrNull(configurations, zoneId, configId); in setUpAutoConnectConfiguration()
233 CarAudioZoneConfigInfo info = getCarAudioZoneConfigInfoOrNull(configs, zoneId, configId); in configsUpdatedListener()
DAudioUtils.java41 static CarAudioZoneConfigInfo getCarAudioZoneConfigInfoOrNull( in getCarAudioZoneConfigInfoOrNull() method in AudioUtils