Home
last modified time | relevance | path

Searched refs:fullBackupAgentTimeoutMillis (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DAdbRestoreFinishedLatch.java59 long fullBackupAgentTimeoutMillis = in await() local
62 latched = mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in await()
H A DFullRestoreEngine.java675 long fullBackupAgentTimeoutMillis = in tearDownAgent() local
680 token, fullBackupAgentTimeoutMillis, latch, OpType.RESTORE_WAIT); in tearDownAgent()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DPerformFullTransportBackupTask.java747 long fullBackupAgentTimeoutMillis = in preflightFullBackup() local
751 mCurrentOpToken, fullBackupAgentTimeoutMillis, this, OpType.BACKUP_WAIT); in preflightFullBackup()
763 mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in preflightFullBackup()
821 long fullBackupAgentTimeoutMillis = in getExpectedSizeOrErrorCode() local
824 mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getExpectedSizeOrErrorCode()
926 long fullBackupAgentTimeoutMillis = in getPreflightResultBlocking() local
929 mPreflightLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getPreflightResultBlocking()
944 long fullBackupAgentTimeoutMillis = in getBackupResultBlocking() local
947 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()
H A DFullBackupObbConnection.java83 long fullBackupAgentTimeoutMillis = in backupObbs() local
86 token, fullBackupAgentTimeoutMillis, null, OpType.BACKUP_WAIT); in backupObbs()
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DBackupAgentTimeoutParametersTest.java66 long fullBackupAgentTimeoutMillis = mParameters.getFullBackupAgentTimeoutMillis(); in testGetParameters_afterConstructorWithStart_returnsDefaultValues() local
76 fullBackupAgentTimeoutMillis); in testGetParameters_afterConstructorWithStart_returnsDefaultValues()