Searched refs:getCarAudioZoneConfigInfoOrNull (Results 1 – 2 of 2) sorted by relevance
24 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()
41 static CarAudioZoneConfigInfo getCarAudioZoneConfigInfoOrNull( in getCarAudioZoneConfigInfoOrNull() method in AudioUtils