Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperEventLogger.java54 static final String WALLPAPER_LIVE_LOCK = "wlp_live_lock"; field in WallpaperEventLogger
98 logBackupSuccessInternal(WALLPAPER_LIVE_LOCK, wallpaperInfo); in onLockLiveWallpaperBackedUp()
114 logBackupFailureInternal(WALLPAPER_LIVE_LOCK, error); in onLockLiveWallpaperBackupFailed()
130 logRestoreSuccessInternal(WALLPAPER_LIVE_LOCK, wpService); in onLockLiveWallpaperRestored()
146 logRestoreFailureInternal(WALLPAPER_LIVE_LOCK, error); in onLockLiveWallpaperRestoreFailed()
161 WALLPAPER_LIVE_LOCK)) { in onBackupException()
176 WALLPAPER_LIVE_LOCK)) { in onRestoreException()
/aosp14/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
H A DWallpaperEventLoggerTest.java21 import static com.android.wallpaperbackup.WallpaperEventLogger.WALLPAPER_LIVE_LOCK;
116 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_LOCK); in onLockLiveWallpaperBackedUp_logsSuccess()
188 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_LOCK); in onLockLiveWallpaperBackupFailed_logsFail()
270 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_LOCK); in onLockLiveWallpaperRestored_logsSuccess()
342 BackupRestoreEventLogger.DataTypeResult result = getLogsForType(WALLPAPER_LIVE_LOCK); in onLockLiveWallpaperRestoreFailed_logsFail()
H A DWallpaperBackupAgentTest.java32 import static com.android.wallpaperbackup.WallpaperEventLogger.WALLPAPER_LIVE_LOCK;
559 DataTypeResult result = getLoggingResult(WALLPAPER_LIVE_LOCK, in testOnFullBackup_lockWallpaperImgMissingButHasLiveComponent_logsLiveSuccess()
767 DataTypeResult lock = getLoggingResult(WALLPAPER_LIVE_LOCK, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestore_logsSuccess()
814 DataTypeResult lock = getLoggingResult(WALLPAPER_LIVE_LOCK, logger.getLoggingResults()); in testUpdateWallpaperComponent_delayedRestore_packageNotInstalled_logsFailure()