Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultWallpaperPreferences.java108 if (mSharedPrefs.contains(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS)) { in upgradePrefs()
109 editor.putString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, in upgradePrefs()
110 mSharedPrefs.getString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, null)); in upgradePrefs()
545 NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]"); in addDailyRotation()
551 .putString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, in addDailyRotation()
562 NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]"); in getLastDailyRotationTimestamp()
596 NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]"); in getDailyRotationsInLastWeek()
612 .putString(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, in getDailyRotationsInLastWeek()
648 NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS, "[]"); in getDailyRotationsPreviousDay()
686 .remove(NoBackupKeys.KEY_DAILY_ROTATION_TIMESTAMPS) in clearDailyRotations()
H A DWallpaperPreferenceKeys.java59 String KEY_DAILY_ROTATION_TIMESTAMPS = "daily_rotation_timestamps"; field