Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DPostureDependentProximitySensor.java108 + DevicePostureController.devicePostureToString(mDevicePosture)); in chooseSensors()
147 DevicePostureController.devicePostureToString(mDevicePosture), super.toString()); in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDevicePostureController.java57 static String devicePostureToString(@DevicePostureInt int posture) { in devicePostureToString() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenBrightness.java344 idpw.println("posture=" + DevicePostureController.devicePostureToString(mDevicePosture)); in dump()
DDozeSensors.java497 + DevicePostureController.devicePostureToString(mDevicePosture)); in dump()
722 .append(DevicePostureController.devicePostureToString(mDevicePosture)); in toString()