Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java52 private static SummaryStats sPickupPulseNearVibrationStats; field in DozeLog
63 (withinVibrationThreshold ? sPickupPulseNearVibrationStats in tracePickupPulse()
91 sPickupPulseNearVibrationStats = new SummaryStats(); in init()
187 sPickupPulseNearVibrationStats.dump(pw, "Pickup pulse (near vibration)"); in dump()