Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockControllerImpl.java55 private final boolean mIsPerDeviceStateRotationLockEnabled; field in RotationLockControllerImpl
65 mIsPerDeviceStateRotationLockEnabled = deviceStateRotationLockDefaults.length > 0; in RotationLockControllerImpl()
66 if (mIsPerDeviceStateRotationLockEnabled) { in RotationLockControllerImpl()
116 if (mIsPerDeviceStateRotationLockEnabled) { in setListening()