Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorFrameworkStatsLogger.java44 private final long mVibrationReportedQueueMaxSize; field in VibratorFrameworkStatsLogger
62 mVibrationReportedQueueMaxSize = vibrationReportedQueueMaxSize; in VibratorFrameworkStatsLogger()
97 if (queueSize < mVibrationReportedQueueMaxSize) { in writeVibrationReportedAsync()