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.java55 long fullBackupAgentTimeoutMillis = in await() local
58 latched = mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in await()
DFullRestoreEngine.java615 long fullBackupAgentTimeoutMillis = in tearDownAgent() local
620 token, fullBackupAgentTimeoutMillis, latch, OP_TYPE_RESTORE_WAIT); in tearDownAgent()
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DPerformFullTransportBackupTask.java709 long fullBackupAgentTimeoutMillis = in preflightFullBackup() local
713 mCurrentOpToken, fullBackupAgentTimeoutMillis, this, OP_TYPE_BACKUP_WAIT); in preflightFullBackup()
725 mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in preflightFullBackup()
783 long fullBackupAgentTimeoutMillis = in getExpectedSizeOrErrorCode() local
786 mLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getExpectedSizeOrErrorCode()
879 long fullBackupAgentTimeoutMillis = in getPreflightResultBlocking() local
882 mPreflightLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getPreflightResultBlocking()
897 long fullBackupAgentTimeoutMillis = in getBackupResultBlocking() local
900 mBackupLatch.await(fullBackupAgentTimeoutMillis, TimeUnit.MILLISECONDS); in getBackupResultBlocking()
DFullBackupObbConnection.java83 long fullBackupAgentTimeoutMillis = in backupObbs() local
86 token, fullBackupAgentTimeoutMillis, null, OP_TYPE_BACKUP_WAIT); in backupObbs()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupAgentTimeoutParametersTest.java65 long fullBackupAgentTimeoutMillis = mParameters.getFullBackupAgentTimeoutMillis(); in testGetParameters_afterConstructorWithStart_returnsDefaultValues() local
75 fullBackupAgentTimeoutMillis); in testGetParameters_afterConstructorWithStart_returnsDefaultValues()