Searched refs:mPreviousVibrations (Results 1 – 1 of 1) sorted by relevance
125 private final LinkedList<VibrationInfo> mPreviousVibrations; field in VibratorService390 mPreviousVibrations = new LinkedList<>(); in VibratorService()729 previousVibrations = mPreviousVibrations; in addToPreviousVibrationsLocked()1544 for (VibrationInfo info : mPreviousVibrations) { in dump()