Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorFrameworkStatsLogger.java64 private final long mVibrationReportedQueueMaxSize; field in VibratorFrameworkStatsLogger
82 mVibrationReportedQueueMaxSize = vibrationReportedQueueMaxSize; in VibratorFrameworkStatsLogger()
117 if (queueSize < mVibrationReportedQueueMaxSize) { in writeVibrationReportedAsync()