Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java155 final int lastSysGeneration = sharedPrefs.getInt(SYSTEM_GENERATION, /* defValue= */ -1); in onFullBackup() local
159 final boolean sysChanged = (sysGeneration != lastSysGeneration); in onFullBackup()