Home
last modified time | relevance | path

Searched refs:REASON_SENSOR_DOUBLE_TAP (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java376 case REASON_SENSOR_DOUBLE_TAP: return "doubletap"; in reasonToString()
390 PULSE_REASON_SENSOR_SIGMOTION, REASON_SENSOR_PICKUP, REASON_SENSOR_DOUBLE_TAP,
400 public static final int REASON_SENSOR_DOUBLE_TAP = 4; field in DozeLog
DDozeSensors.java148 DozeLog.REASON_SENSOR_DOUBLE_TAP, in DozeSensors()
DDozeTriggers.java270 boolean isDoubleTap = pulseReason == DozeLog.REASON_SENSOR_DOUBLE_TAP; in onSensor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java173 DozeLog.REASON_SENSOR_DOUBLE_TAP, in testPulseWhileDozing_notifyAuthInterrupt()
181 DozeLog.REASON_SENSOR_DOUBLE_TAP, in testPulseWhileDozing_notifyAuthInterrupt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java414 mMachine.requestPulse(DozeLog.REASON_SENSOR_DOUBLE_TAP); in testPulseReason_getMatchesRequest()
416 assertEquals(DozeLog.REASON_SENSOR_DOUBLE_TAP, mMachine.getPulseReason()); in testPulseReason_getMatchesRequest()