Searched refs:shouldAttemptMerging (Results 1 – 2 of 2) sorted by relevance
869 boolean result = mBackupRestore.shouldAttemptMerging(); in testShouldAttemptMerging_whenInStagingDone_returnsTrue()878 boolean result = mBackupRestore.shouldAttemptMerging(); in testShouldAttemptMerging_whenInMergingProgress_returnsTrue()888 boolean result = mBackupRestore.shouldAttemptMerging(); in testShouldAttemptMerging_whenInMergingDoneWithBug_returnsTrue()898 boolean result = mBackupRestore.shouldAttemptMerging(); in testShouldAttemptMerging_whenInMergingDone_returnsFalse()907 boolean result = mBackupRestore.shouldAttemptMerging(); in testShouldAttemptMerging_whenInStagingProgress_returnsFalse()
557 boolean shouldAttemptMerging() { in shouldAttemptMerging() method in BackupRestore924 if (shouldAttemptMerging()) { in triggerMergingIfApplicable()