Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.kt128 if (sharedPrefs.contains(NoBackupKeys.KEY_LAST_APP_ACTIVE_TIMESTAMP)) { in <lambda>()
130 NoBackupKeys.KEY_LAST_APP_ACTIVE_TIMESTAMP, in <lambda>()
131 sharedPrefs.getLong(NoBackupKeys.KEY_LAST_APP_ACTIVE_TIMESTAMP, 0) in <lambda>()
710 return noBackupPrefs.getLong(NoBackupKeys.KEY_LAST_APP_ACTIVE_TIMESTAMP, 0) in <lambda>()
714 noBackupPrefs.edit().putLong(NoBackupKeys.KEY_LAST_APP_ACTIVE_TIMESTAMP, timestamp).apply() in <lambda>()
DWallpaperPreferenceKeys.java65 String KEY_LAST_APP_ACTIVE_TIMESTAMP = "last_app_active_timestamp"; field