Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperBackup/test/src/com/android/wallpaperbackup/
DWallpaperBackupAgentTest.java126 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_SYSTEM))).thenReturn(true); in setUp()
127 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_LOCK))).thenReturn(true); in setUp()
221 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_SYSTEM))).thenReturn(false); in testOnFullBackup_systemWallpaperNotEligible_doesNotBackUpSystemWallpaper()
280 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_LOCK))).thenReturn(false); in testOnFullBackup_lockWallpaperNotEligible_doesNotBackUpLockWallpaper()
454 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_SYSTEM))).thenReturn(false); in testOnFullBackup_systemWallpaperImgIneligible_logsFailure()
521 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_LOCK))).thenReturn(false); in testOnFullBackup_lockWallpaperImgIneligible_logsFailure()
576 when(mWallpaperManager.isWallpaperBackupEligible(anyInt())).thenThrow( in testOnFullBackup_exceptionThrown_logsException()
/frameworks/base/core/java/android/app/
DIWallpaperManager.aidl195 boolean isWallpaperBackupEligible(int which, int userId); in isWallpaperBackupEligible() method
DDisabledWallpaperManager.java368 public boolean isWallpaperBackupEligible(int which) { in isWallpaperBackupEligible() method in DisabledWallpaperManager
DWallpaperManager.java3294 public boolean isWallpaperBackupEligible(int which) { in isWallpaperBackupEligible() method
3300 return sGlobals.mService.isWallpaperBackupEligible(which, mContext.getUserId()); in isWallpaperBackupEligible()
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java299 if (!mWallpaperManager.isWallpaperBackupEligible(FLAG_SYSTEM)) { in backupSystemWallpaperFile()
351 if (!mWallpaperManager.isWallpaperBackupEligible(FLAG_LOCK)) { in backupLockWallpaperFileIfItExists()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java3633 public boolean isWallpaperBackupEligible(int which, int userId) { in isWallpaperBackupEligible() method in WallpaperManagerService
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7002 Landroid/app/IWallpaperManager$Stub$Proxy;->isWallpaperBackupEligible(II)Z
7043 Landroid/app/IWallpaperManager;->isWallpaperBackupEligible(II)Z
9600 Landroid/app/WallpaperManager;->isWallpaperBackupEligible(I)Z