Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDevicePostureController.java52 @DevicePostureInt int getDevicePosture(); in getDevicePosture() method
H A DDevicePostureControllerImpl.java91 public int getDevicePosture() { in getDevicePosture() method in DevicePostureControllerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DPostureDependentProximitySensor.java56 mDevicePosture = devicePostureController.getDevicePosture(); in PostureDependentProximitySensor()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeScreenBrightnessTest.java293 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_closed()
332 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_open()
375 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_swapPostures()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeScreenBrightness.java122 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeScreenBrightness()
H A DDozeSensors.java175 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeSensors()