Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java22 import static com.android.wallpaperbackup.WallpaperEventLogger.ERROR_INELIGIBLE;
230 logSystemImageErrorIfNoLiveComponent(ERROR_INELIGIBLE); in backupSystemWallpaperFile()
283 logLockImageErrorIfNoLiveComponent(ERROR_INELIGIBLE); in backupLockWallpaperFileIfItExists()
H A DWallpaperEventLogger.java57 static final String ERROR_INELIGIBLE = "ineligible"; field in WallpaperEventLogger
/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgentTest.java26 import static com.android.wallpaperbackup.WallpaperEventLogger.ERROR_INELIGIBLE;
470 assertThat(result.getErrors()).containsKey(ERROR_INELIGIBLE); in testOnFullBackup_systemWallpaperImgIneligible_logsFailure()
537 assertThat(result.getErrors()).containsKey(ERROR_INELIGIBLE); in testOnFullBackup_lockWallpaperImgIneligible_logsFailure()