Searched refs:mEffectSegments (Results 1 – 1 of 1) sorted by relevance
47 private final Map<Long, List<VibrationEffectSegment>> mEffectSegments = new TreeMap<>(); field in FakeVibratorControllerProvider74 mEffectSegments.computeIfAbsent(vibrationId, k -> new ArrayList<>()).add(segment); in recordEffectSegment()350 if (mEffectSegments.containsKey(vibrationId)) { in getEffectSegments()351 return new ArrayList<>(mEffectSegments.get(vibrationId)); in getEffectSegments()364 for (List<VibrationEffectSegment> subList : mEffectSegments.values()) { in getAllEffectSegments()