Searched refs:getConfigIdKeyForZone (Results 1 – 1 of 1) sorted by relevance
158 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