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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java533 private final boolean mMonitorRotation; field in class:AudioService
700 mMonitorRotation = SystemProperties.getBoolean("ro.audio.monitorRotation", false);
701 if (mMonitorRotation) {
839 if (mMonitorRotation) {
5302 if (mMonitorRotation) {
5307 if (mMonitorRotation) {

Completed in 86 milliseconds