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.java1421 String enabledSurroundFormats = Settings.Global.getString( in sendEnabledSurroundFormats() local
1423 if (enabledSurroundFormats == null) { in sendEnabledSurroundFormats()
1426 enabledSurroundFormats = ""; in sendEnabledSurroundFormats()
1428 if (!forceUpdate && TextUtils.equals(enabledSurroundFormats, mEnabledSurroundFormats)) { in sendEnabledSurroundFormats()
1434 mEnabledSurroundFormats = enabledSurroundFormats; in sendEnabledSurroundFormats()
1435 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats()
1462 private void onEnableSurroundFormats(ArrayList<Integer> enabledSurroundFormats) { in onEnableSurroundFormats() argument
1465 boolean enabled = enabledSurroundFormats.contains(surroundFormat); in onEnableSurroundFormats()