Home
last modified time | relevance | path

Searched defs:devicePosture (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
DDeviceStateRotationLockSettingsManager.java164 int devicePosture = mPosturesHelper.deviceStateToPosture(deviceState); in getRotationLockSetting() local
173 private int getFallbackRotationLockSetting(int devicePosture) { in getFallbackRotationLockSetting()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDevicePostureController.java115 void onDevicePostureChanged(int devicePosture) { in onDevicePostureChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java378 public boolean singleTapUsesProx(@DevicePostureController.DevicePostureInt int devicePosture) { in singleTapUsesProx()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DBiometricMessageInteractor.kt139 devicePostureInteractor.posture.map { devicePosture -> in <lambda>() method