Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/restore/
DAdbRestoreFinishedLatch.java59 long fullBackupAgentTimeoutMillis = in await() local
62 latched = mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in await()
DFullRestoreEngine.java713 long fullBackupAgentTimeoutMillis = in tearDownAgent() local
718 token, fullBackupAgentTimeoutMillis, latch, OpType.RESTORE_WAIT); in tearDownAgent()
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DPerformFullTransportBackupTask.java750 long fullBackupAgentTimeoutMillis = in preflightFullBackup() local
754 mCurrentOpToken, fullBackupAgentTimeoutMillis, this, OpType.BACKUP_WAIT); in preflightFullBackup()
766 mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in preflightFullBackup()
824 long fullBackupAgentTimeoutMillis = in getExpectedSizeOrErrorCode() local
827 mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getExpectedSizeOrErrorCode()
929 long fullBackupAgentTimeoutMillis = in getPreflightResultBlocking() local
932 mPreflightLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getPreflightResultBlocking()
947 long fullBackupAgentTimeoutMillis = in getBackupResultBlocking() local
950 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()
DFullBackupObbConnection.java83 long fullBackupAgentTimeoutMillis = in backupObbs() local
86 token, fullBackupAgentTimeoutMillis, null, OpType.BACKUP_WAIT); in backupObbs()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupAgentTimeoutParametersTest.java66 long fullBackupAgentTimeoutMillis = mParameters.getFullBackupAgentTimeoutMillis(); in testGetParameters_afterConstructorWithStart_returnsDefaultValues() local
76 fullBackupAgentTimeoutMillis); in testGetParameters_afterConstructorWithStart_returnsDefaultValues()