Searched refs:isWallpaperBackupEligible (Results 1 – 7 of 7) sorted by relevance
126 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()
195 boolean isWallpaperBackupEligible(int which, int userId); in isWallpaperBackupEligible() method
368 public boolean isWallpaperBackupEligible(int which) { in isWallpaperBackupEligible() method in DisabledWallpaperManager
3294 public boolean isWallpaperBackupEligible(int which) { in isWallpaperBackupEligible() method3300 return sGlobals.mService.isWallpaperBackupEligible(which, mContext.getUserId()); in isWallpaperBackupEligible()
299 if (!mWallpaperManager.isWallpaperBackupEligible(FLAG_SYSTEM)) { in backupSystemWallpaperFile()351 if (!mWallpaperManager.isWallpaperBackupEligible(FLAG_LOCK)) { in backupLockWallpaperFileIfItExists()
3633 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