Home
last modified time | relevance | path

Searched refs:dailyRotations (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt66 private val dailyRotations: MutableList<Long> constant in com.android.wallpaper.testing.TestWallpaperPreferences
94 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()