Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDailyLoggingAlarmReceiver.java63 preferences.setLastDailyLogTimestamp(System.currentTimeMillis()); in onReceive()
H A DWallpaperPreferences.java346 void setLastDailyLogTimestamp(long timestamp); in setLastDailyLogTimestamp() method
H A DDefaultWallpaperPreferences.java698 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp() method in DefaultWallpaperPreferences
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperPreferences.java385 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp() method in TestWallpaperPreferences