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/
DWallpaperPreferences.java317 void setLastDailyLogTimestamp(long timestamp); in setLastDailyLogTimestamp() method
DDailyLoggingAlarmReceiver.java62 preferences.setLastDailyLogTimestamp(System.currentTimeMillis()); in onReceive()
DDefaultWallpaperPreferences.java657 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp() method in DefaultWallpaperPreferences
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.java348 public void setLastDailyLogTimestamp(long timestamp) { in setLastDailyLogTimestamp() method in TestWallpaperPreferences