Searched refs:dailyRotations (Results 1 – 1 of 1) sorted by relevance
66 private val dailyRotations: MutableList<Long> constant in com.android.wallpaper.testing.TestWallpaperPreferences94 dailyRotations = ArrayList()287 dailyRotations.add(timestamp) in addDailyRotation()291 return if (dailyRotations.size == 0) { in getLastDailyRotationTimestamp()293 } else dailyRotations[dailyRotations.size - 1] in getLastDailyRotationTimestamp()305 dailyRotations.clear() in clearDailyRotations()