Searched refs:SYSTEM_GENERATION (Results 1 – 1 of 1) sorted by relevance
105 static final String SYSTEM_GENERATION = "system_gen"; field in WallpaperBackupAgent155 final int lastSysGeneration = sharedPrefs.getInt(SYSTEM_GENERATION, /* defValue= */ -1); in onFullBackup()253 sharedPrefs.edit().putInt(SYSTEM_GENERATION, sysGeneration).apply(); in backupSystemWallpaperFile()406 .putInt(SYSTEM_GENERATION, -1) in onRestoreFinished()