Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DZoneConfigSelectionController.java64 private final CarAudioZoneConfigsUpdatedListener mConfigUpdatedListener; field in ZoneConfigSelectionController
84 mConfigUpdatedListener = configUpdatedListener; in ZoneConfigSelectionController()
217 if (mConfigUpdatedListener != null) { in handleAudioZoneConfigsUpdated()
218 mConfigUpdatedListener.configsUpdated(configs); in handleAudioZoneConfigsUpdated()