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.java57 private static SummaryStats sPickupPulseNearVibrationStats; field in DozeLog
69 (withinVibrationThreshold ? sPickupPulseNearVibrationStats in tracePickupPulse()
98 sPickupPulseNearVibrationStats = new SummaryStats(); in init()
208 sPickupPulseNearVibrationStats.dump(pw, "Pickup pulse (near vibration)"); in dump()