Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioConfigurationTestFragment.java158 configId = preferences.getInt(getConfigIdKeyForZone(zoneId), INVALID_CONFIG_ID); in setUpAutoConnectConfiguration()
203 editor.putInt(getConfigIdKeyForZone(zoneId), configId).apply(); in setAutoConnectConfiguration()
229 int configId = preferences.getInt(getConfigIdKeyForZone(zoneId), INVALID_CONFIG_ID); in configsUpdatedListener()
247 private String getConfigIdKeyForZone(int zoneId) { in getConfigIdKeyForZone() method in AudioConfigurationTestFragment