Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java334 case PULSE_REASON_SENSOR_SIGMOTION: return "sigmotion"; in reasonToString()
348 PULSE_REASON_SENSOR_SIGMOTION, REASON_SENSOR_PICKUP, REASON_SENSOR_DOUBLE_TAP,
355 public static final int PULSE_REASON_SENSOR_SIGMOTION = 2; field in DozeLog
DDozeSensors.java123 DozeLog.PULSE_REASON_SENSOR_SIGMOTION, false /* touchCoords */, in DozeSensors()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java168 DozeLog.PULSE_REASON_SENSOR_SIGMOTION, in testPulseWhileDozing_notifyAuthInterrupt()