Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1325 String enabledSurroundFormats = Settings.Global.getString( in sendEnabledSurroundFormats() local
1327 if (enabledSurroundFormats == null) { in sendEnabledSurroundFormats()
1330 enabledSurroundFormats = ""; in sendEnabledSurroundFormats()
1332 if (!forceUpdate && TextUtils.equals(enabledSurroundFormats, mEnabledSurroundFormats)) { in sendEnabledSurroundFormats()
1338 mEnabledSurroundFormats = enabledSurroundFormats; in sendEnabledSurroundFormats()
1339 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats()
1366 private void onEnableSurroundFormats(ArrayList<Integer> enabledSurroundFormats) { in onEnableSurroundFormats() argument
1369 boolean enabled = enabledSurroundFormats.contains(surroundFormat); in onEnableSurroundFormats()