Searched defs:mMonitorRotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java527 private final boolean mMonitorRotation; field in class:AudioService
671 mMonitorRotation = SystemProperties.getBoolean("ro.audio.monitorRotation", false);
672 if (mMonitorRotation) {
810 if (mMonitorRotation) {
5066 if (mMonitorRotation) {
5072 if (mMonitorRotation) {

Completed in 121 milliseconds