Searched refs:mPreviousVibrations (Results 1 – 1 of 1) sorted by relevance
120 private final LinkedList<VibrationInfo> mPreviousVibrations; field in VibratorService371 mPreviousVibrations = new LinkedList<>(); in VibratorService()648 previousVibrations = mPreviousVibrations; in addToPreviousVibrationsLocked()1418 for (VibrationInfo info : mPreviousVibrations) { in dump()