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.java2768 String enabledSurroundFormats = mSettings.getGlobalString( in sendEnabledSurroundFormats() local
2770 if (enabledSurroundFormats == null) { in sendEnabledSurroundFormats()
2773 enabledSurroundFormats = ""; in sendEnabledSurroundFormats()
2775 if (!forceUpdate && TextUtils.equals(enabledSurroundFormats, mEnabledSurroundFormats)) { in sendEnabledSurroundFormats()
2781 mEnabledSurroundFormats = enabledSurroundFormats; in sendEnabledSurroundFormats()
2782 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats()
2802 private void onEnableSurroundFormats(ArrayList<Integer> enabledSurroundFormats) { in onEnableSurroundFormats() argument
2805 boolean enabled = enabledSurroundFormats.contains(surroundFormat); in onEnableSurroundFormats()