Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureControllerImpl.java105 l.onPostureChanged(getDevicePosture()); in DevicePostureControllerImpl()
125 public int getDevicePosture() { in getDevicePosture() method in DevicePostureControllerImpl
DDevicePostureController.java52 @DevicePostureInt int getDevicePosture(); in getDevicePosture() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DPostureDependentProximitySensor.java63 mDevicePosture = mDevicePostureController.getDevicePosture(); in PostureDependentProximitySensor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java310 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_closed()
349 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_open()
392 when(mDevicePostureController.getDevicePosture()).thenReturn( in testSensorsSupportPostures_swapPostures()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinViewController.java91 mView.onDevicePostureChanged(mPostureController.getDevicePosture()); in onViewAttached()
DKeyguardPasswordViewController.java164 mView.onDevicePostureChanged(mPostureController.getDevicePosture()); in onViewAttached()
DKeyguardPatternViewController.java244 mView.onDevicePostureChanged(mPostureController.getDevicePosture()); in onViewAttached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenBrightness.java122 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeScreenBrightness()
DDozeSensors.java177 mDevicePosture = mDevicePostureController.getDevicePosture(); in DozeSensors()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java182 when(mPostureController.getDevicePosture()) in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java322 when(mDevicePostureController.getDevicePosture()).thenReturn(DEVICE_POSTURE_UNKNOWN); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java393 int initialPosture = mDevicePostureController.getDevicePosture(); in VolumeDialogImpl()