Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDailyLoggingAlarmReceiver.java38 preferences.setLastDailyLogTimestamp(System.currentTimeMillis()); in onReceive()
DWallpaperPreferences.kt230 fun setLastDailyLogTimestamp(timestamp: Long) in getWallpaperPresentationMode() method
DDefaultWallpaperPreferences.kt705 override fun setLastDailyLogTimestamp(timestamp: Long) { in <lambda>() method in com.android.wallpaper.module.DefaultWallpaperPreferences
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt312 override fun setLastDailyLogTimestamp(timestamp: Long) { in setLastDailyLogTimestamp() method in com.android.wallpaper.testing.TestWallpaperPreferences