Searched refs:actionTimestamps (Results 1 – 1 of 1) sorted by relevance
36 private static final List<Long> actionTimestamps = new ArrayList<>(); field in PerformanceReport67 actionTimestamps.clear(); in startRecording()104 actionTimestamps.add(currentTime - appLaunchTimeMillis); in recordClick()142 return actionTimestamps; in getActionTimestamps()