Searched refs:isWallpaperBackupEligible (Results 1 – 7 of 7) sorted by relevance
121 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_SYSTEM))).thenReturn(true); in setUp()122 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_LOCK))).thenReturn(true); in setUp()216 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_SYSTEM))).thenReturn(false); in testOnFullBackup_systemWallpaperNotEligible_doesNotBackUpSystemWallpaper()275 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_LOCK))).thenReturn(false); in testOnFullBackup_lockWallpaperNotEligible_doesNotBackUpLockWallpaper()460 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_SYSTEM))).thenReturn(false); in testOnFullBackup_systemWallpaperImgIneligible_logsFailure()527 when(mWallpaperManager.isWallpaperBackupEligible(eq(FLAG_LOCK))).thenReturn(false); in testOnFullBackup_lockWallpaperImgIneligible_logsFailure()582 when(mWallpaperManager.isWallpaperBackupEligible(anyInt())).thenThrow( in testOnFullBackup_exceptionThrown_logsException()
162 boolean isWallpaperBackupEligible(int which, int userId); in isWallpaperBackupEligible() method
368 public boolean isWallpaperBackupEligible(int which) { in isWallpaperBackupEligible() method in DisabledWallpaperManager
2997 public boolean isWallpaperBackupEligible(int which) { in isWallpaperBackupEligible() method3003 return sGlobals.mService.isWallpaperBackupEligible(which, mContext.getUserId()); in isWallpaperBackupEligible()
228 if (!mWallpaperManager.isWallpaperBackupEligible(FLAG_SYSTEM)) { in backupSystemWallpaperFile()281 if (!mWallpaperManager.isWallpaperBackupEligible(FLAG_LOCK)) { in backupLockWallpaperFileIfItExists()
3834 public boolean isWallpaperBackupEligible(int which, int userId) { in isWallpaperBackupEligible() method in WallpaperManagerService
7002 Landroid/app/IWallpaperManager$Stub$Proxy;->isWallpaperBackupEligible(II)Z7043 Landroid/app/IWallpaperManager;->isWallpaperBackupEligible(II)Z9600 Landroid/app/WallpaperManager;->isWallpaperBackupEligible(I)Z