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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 31 public class DozeLog {
32 private static final String TAG = "DozeLog";
82 synchronized (DozeLog.class) {
147 synchronized (DozeLog.class) {
173 synchronized (DozeLog.class) {
DozeService.java 211 DozeLog.traceProximityResult(isNear, SystemClock.uptimeMillis() - start);
378 DozeLog.traceNotificationPulse(instance);
500 DozeLog.tracePickupPulse(withinVibrationThreshold);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 36 import com.android.systemui.doze.DozeLog;
339 DozeLog.traceFling(expand, mTouchAboveFalsingThreshold,
    [all...]

Completed in 449 milliseconds