Home
last modified time | relevance | path

Searched refs:DozeLog (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java110 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToDoze()
123 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDone_goesToAoD()
167 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_heldInPulseStates()
190 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testWakeLock_releasedAfterPulse()
202 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDuringPulse_doesntCrash()
204 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testPulseDuringPulse_doesntCrash()
213 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testSuppressingPulse_doesntCrash()
226 mMachine.requestPulse(DozeLog.PULSE_REASON_NOTIFICATION); in testTransitions_canRequestTransitions()
235 mMachine.requestPulse(DozeLog.PULSE_REASON_SENSOR_DOUBLE_TAP); in testPulseReason_getMatchesRequest()
237 assertEquals(DozeLog.PULSE_REASON_SENSOR_DOUBLE_TAP, mMachine.getPulseReason()); in testPulseReason_getMatchesRequest()
[all …]
DDozeTriggersTest.java66 DozeLog.setRegisterKeyguardCallback(false); in setupSuite()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeTriggers.java96 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */); in onNotification()
97 DozeLog.traceNotificationPulse(mContext); in onNotification()
101 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION, false /* performedProxCheck */); in onWhisper()
118 DozeLog.traceProximityResult(mContext, result == RESULT_NEAR, in proximityCheckThenCall()
128 boolean isDoubleTap = pulseReason == DozeLog.PULSE_REASON_SENSOR_DOUBLE_TAP; in onSensor()
129 boolean isPickup = pulseReason == DozeLog.PULSE_REASON_SENSOR_PICKUP; in onSensor()
130 boolean isLongPress = pulseReason == DozeLog.PULSE_REASON_SENSOR_LONG_PRESS; in onSensor()
155 DozeLog.tracePickupPulse(mContext, withinVibrationThreshold); in onSensor()
229 DozeLog.tracePulseDropped(mContext, mPulsePending, mMachine.getState(),
255 DozeLog.tracePulseDropped(mContext, mPulsePending, mMachine.getState(), in continuePulseRequest()
[all …]
DDozeLog.java31 public class DozeLog { class
93 synchronized (DozeLog.class) { in init()
194 synchronized (DozeLog.class) { in dump()
223 synchronized (DozeLog.class) { in log()
249 synchronized (DozeLog.class) { in setRegisterKeyguardCallback()
DDozeMachine.java148 requestState(requestedState, DozeLog.PULSE_REASON_NONE); in requestState()
232 DozeLog.traceState(newState); in transitionTo()
246 mPulseReason = DozeLog.PULSE_REASON_NONE; in updatePulseReason()
328 DozeLog.PULSE_REASON_NONE); in resolveIntermediateState()
DDozeSensors.java90 DozeLog.PULSE_REASON_SENSOR_SIGMOTION, false /* touchCoords */, in DozeSensors()
96 DozeLog.PULSE_REASON_SENSOR_PICKUP, false /* touchCoords */, in DozeSensors()
102 DozeLog.PULSE_REASON_SENSOR_DOUBLE_TAP, in DozeSensors()
110 DozeLog.PULSE_REASON_SENSOR_LONG_PRESS, in DozeSensors()
364 DozeLog.traceSensor(mContext, mPulseReason); in onTrigger()
DDozeUi.java181 DozeLog.traceMissedTick(delay); in verifyLastTimeTick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java25 import com.android.systemui.doze.DozeLog;
48 + DozeLog.pulseReasonToString(mPulseReason));
148 DozeLog.tracePulseStart(mPulseReason); in pulseStarted()
155 DozeLog.tracePulseFinish(); in pulseFinished()
DPanelView.java45 import com.android.systemui.doze.DozeLog;
473 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold, in endMotionEvent()
DStatusBar.java164 import com.android.systemui.doze.DozeLog;
2792 DozeLog.dump(pw); in dump()
4799 DozeLog.traceDozing(mContext, mDozing); in startDozing()
4807 if (reason == DozeLog.PULSE_REASON_SENSOR_LONG_PRESS) { in pulseWhileDozing()
4842 DozeLog.traceDozing(mContext, mDozing); in stopDozing()
4851 DozeLog.tracePulseTouchDisabledByProx(mContext, ignore); in onIgnoreTouchWhilePulsing()