HomeSort by relevance Sort by last modified time
    Searched defs:DozeLog (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java 112 DozeLog.FORMAT.format(new Date(mNotificationPulseTime
138 DozeLog.PULSE_REASON_SENSOR_SIGMOTION),
143 DozeLog.PULSE_REASON_SENSOR_PICKUP),
148 DozeLog.PULSE_REASON_SENSOR_DOUBLE_TAP)
247 DozeLog.traceProximityResult(mContext, isNear, end - start, reason);
368 requestPulse(DozeLog.PULSE_REASON_NOTIFICATION);
389 requestPulse(DozeLog.PULSE_REASON_INTENT);
553 DozeLog.tracePickupPulse(mContext, withinVibrationThreshold);
DozeLog.java 31 public class DozeLog {
32 private static final String TAG = "DozeLog";
89 synchronized (DozeLog.class) {
177 synchronized (DozeLog.class) {
206 synchronized (DozeLog.class) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 40 import com.android.systemui.doze.DozeLog;
392 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold,
    [all...]
PhoneStatusBar.java 141 import com.android.systemui.doze.DozeLog;
    [all...]

Completed in 45 milliseconds