Searched refs:setRestoreInProgress (Results 1 – 5 of 5) sorted by relevance
78 mBackupManagerService.setRestoreInProgress(false); in execute()
260 backupManagerService.setRestoreInProgress(true); in handleMessage()
237 doCallRealMethod().when(mBackupManagerService).setRestoreInProgress(anyBoolean()); in testRestoreAll()
1147 backupManagerService.setRestoreInProgress(false); in finalizeRestore()
449 public void setRestoreInProgress(boolean restoreInProgress) { in setRestoreInProgress() method in BackupManagerService