Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperEventLogger.java44 static final String WALLPAPER_IMG_LOCK = "wlp_img_lock"; field in WallpaperEventLogger
90 logBackupSuccessInternal(WALLPAPER_IMG_LOCK, /* liveComponentWallpaperInfo */ null); in onLockImageWallpaperBackedUp()
106 logBackupFailureInternal(WALLPAPER_IMG_LOCK, error); in onLockImageWallpaperBackupFailed()
122 logRestoreSuccessInternal(WALLPAPER_IMG_LOCK, /* liveComponentWallpaperInfo */ null); in onLockImageWallpaperRestored()
138 logRestoreFailureInternal(WALLPAPER_IMG_LOCK, error); in onLockImageWallpaperRestoreFailed()
160 if (!mProcessedDataTypes.contains(WALLPAPER_IMG_LOCK) && !mProcessedDataTypes.contains( in onBackupException()
162 mLogger.logItemsBackupFailed(WALLPAPER_IMG_LOCK, /* count */ 1, error); in onBackupException()
175 if (!mProcessedDataTypes.contains(WALLPAPER_IMG_LOCK) && !mProcessedDataTypes.contains( in onRestoreException()
177 mLogger.logItemsRestoreFailed(WALLPAPER_IMG_LOCK, /* count */ 1, error); in onRestoreException()
/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperEventLoggerTest.java19 import static com.android.wallpaperbackup.WallpaperEventLogger.WALLPAPER_IMG_LOCK;
94 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onLockImgWallpaperBackedUp_logsSuccess()
163 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onLockImgWallpaperBackupFailed_logsFail()
215 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onWallpaperBackupException_someProcessed_logsErrorForUnprocessedType()
248 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onLockImgWallpaperRestored_logsSuccess()
317 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onLockImgWallpaperRestoreFailed_logsFail()
369 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_IMG_LOCK); in onWallpaperRestoreException_someProcessed_logsErrorForUnprocessedType()
H A DWallpaperBackupAgentTest.java30 import static com.android.wallpaperbackup.WallpaperEventLogger.WALLPAPER_IMG_LOCK;
519 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnFullBackup_lockWallpaperImgSuccess_logsSuccess()
533 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnFullBackup_lockWallpaperImgIneligible_logsFailure()
544 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnFullBackup_lockWallpaperImgMissing_logsFailure()
574 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnFullBackup_lockWallpaperImgMissingButHasLiveComponent_logsNothingForImg()
586 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnFullBackup_exceptionThrown_logsException()
602 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnFullBackup_lastBackupOverQuota_logsLockFailure()
639 result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnRestore_systemWallpaperImgSuccess_logsSuccess()
655 DataTypeResult result = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnRestore_lockWallpaperImgSuccess_logsSuccess()
720 DataTypeResult lock = getLoggingResult(WALLPAPER_IMG_LOCK, in testOnRestore_imgMissingButWallpaperInfoHasLive_doesNotLogImg()
[all …]